Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedPandaProjects/UnrealEngine
/ functions
Functions
2,646 in github.com/RedPandaProjects/UnrealEngine
⨍
Functions
2,646
◇
Types & classes
512
↓ 1 callers
Function
CalcBspNodeStats
Calculate stats for a node and all its children. Called recursively. IsFront: 1=front node of parent, 0=back node of parent Depth: Depth of node in
Source/Editor/Src/UnBsp.cpp:1948
↓ 1 callers
Function
CalcMixedMoveRot
Mixed movement and rotation.
Source/Editor/Src/UnEdCam.cpp:254
↓ 1 callers
Function
CalculateComplexKey
Source/Render/Src/UnMeshRn.cpp:670
↓ 1 callers
Function
CalculateSimpleKey
Source/Render/Src/UnMeshRn.cpp:638
↓ 1 callers
Function
CanSee
Check visibility.
Source/Engine/Src/UnLevel.cpp:717
↓ 1 callers
Method
CheckActorNotReferenced
Source/Engine/Src/UnActCol.cpp:539
↓ 1 callers
Method
CheckEnemyVisible
Source/Engine/Src/UnPawn.cpp:1516
↓ 1 callers
Method
CheckScripts
Verify that all scripts are up to date. Returns 1 if so, 0 if not.
Source/Editor/Src/UnScrCom.cpp:5494
↓ 1 callers
Function
CleanupNodes
Recursive worker function called by BspCleanup.
Source/Editor/Src/UnBsp.cpp:915
↓ 1 callers
Function
CloseWindow
Source/Window/Inc/Window.h:314
↓ 1 callers
Function
Collapse
Source/Window/Inc/Window.h:1528
↓ 1 callers
Function
CommandProc
Source/Window/Inc/Window.h:214
↓ 1 callers
Method
CompactActors
Compact the actor list.
Source/Engine/Src/UnLevAct.cpp:348
↓ 1 callers
Function
CompileScripts
Hierarchically recompile all scripts.
Source/Editor/Src/UnScrCom.cpp:5324
↓ 1 callers
Method
ComputeAllLightVisibility
Compute visibility between each light in the world and each polygon. Returns number of lights to be applied.
Source/Editor/Src/UnShadow.cpp:121
↓ 1 callers
Method
ConditionalPostLoad
Postload if needed.
Source/Core/Src/UnObj.cpp:328
↓ 1 callers
Method
Continue
Reopen the previous transaction and continue it
Source/Editor/Src/UnEdTran.cpp:342
↓ 1 callers
Method
CopyFromRasterUpdate
Grind this polygon through the span buffer and: - See if the poly is totally occluded. - Update the span buffer by adding this poly to it. - Build a n
Source/Render/Src/UnSpan.cpp:196
↓ 1 callers
Function
CosTab
Source/Engine/Inc/UnMath.h:864
↓ 1 callers
Method
CreateColorRange
Set the texture's MaxColor and MinColor so that the texture can be normalized when converting to lower color resolutions like RGB 5-5-5 for hardware r
Source/Engine/Src/UnTex.cpp:668
↓ 1 callers
Method
CreateMips
Source/Engine/Src/UnTex.cpp:419
↓ 1 callers
Method
CurrentViewport
Return the current viewport. Returns NULL if no viewport has focus.
Source/WinDrv/WinViewport.cpp:998
↓ 1 callers
Method
Deproject
Convert a particular screen location to a world location. In ortho views, sets non-visible component to zero. In persp views, places at viewport loc
Source/Render/Src/UnSoftLn.cpp:217
↓ 1 callers
Function
Destroy
UObject interface.
Source/WinDrv/WinDrvPrivate.h:85
↓ 1 callers
Function
DoAddAmbientLight
K6 3D optimized version of: Color.R = Min( Diffuse * Color.R + AmbientVector.R, 1.f ); Color.G = Min( Diffuse * Color.G + AmbientVector.G, 1.f ); Colo
Source/Render/Src/UnLight.cpp:741
↓ 1 callers
Function
DoAddNormals
K6 3D optimized version of: Norm += TriNormals[Mesh->VertLinks(Connect.TriangleListOffset + k)];
Source/Render/Src/UnMeshRn.cpp:753
↓ 1 callers
Function
DoCalcUnlitColor
K6 3D optimized version of: FLOAT Unlit = Clamp( Owner->ScaleGlow*0.5f + Owner->AmbientGlow/256.f, 0.f, 1.f ); GUnlitColor = FVector( Unlit, Unlit,
Source/Render/Src/UnMeshRn.cpp:409
↓ 1 callers
Function
DoComputeOutcodeLoop
K6 3D Optimized version of the ComputeOutcode loop of URender::DrawMesh
Source/Render/Src/UnMeshRn.cpp:321
↓ 1 callers
Function
DoComputeTriangleNormal
K6 3D optimzed version of: TriNormals[i] = (V1.Point-V2.Point) ^ (V3.Point-V1.Point); TriNormals[i] *= DivSqrtApprox(TriNormals[i].SizeSquared()+0.001
Source/Render/Src/UnMeshRn.cpp:502
↓ 1 callers
Function
DoDestroy
WWindow interface.
Source/Window/Inc/Window.h:150
↓ 1 callers
Function
DoEditorAdjust
K6 3D optimized version of: Color = Color*0.5 + FVector(0.5,0.5,0.5);
Source/Render/Src/UnLight.cpp:794
↓ 1 callers
Function
DoFattenVert
K6 3D optmized version of: Vert.Point += Vert.Normal * Fatness; Vert.ComputeOutcode( Frame );
Source/Render/Src/UnMeshRn.cpp:829
↓ 1 callers
Function
DoInterpolateLoop
K6 3D Optimized version of the interpolation loop of UMesh::GetFrame
Source/Engine/Src/UnMesh.cpp:140
↓ 1 callers
Function
DoIsGreaterThanOne
Source/Render/Src/UnMeshRn.cpp:899
↓ 1 callers
Function
DoLightingInnerLoop
K6 3D optimized version of the inside of the loop of FLightManager::Light
Source/Render/Src/UnLight.cpp:582
↓ 1 callers
Function
DoSetFatness
K6 3D optimized version of: FLOAT Fatness = (Owner->Fatness/16.0)-8.0; NOT PERFORMANCE CRITICAL - DONE TO REMOVE MMX->FPU->MMX SWITCH.
Source/Render/Src/UnMeshRn.cpp:727
↓ 1 callers
Function
DoSetPointSquared
K6 3D optmized version of: FLOAT PointSquared(Vert.Point.SizeSquared());
Source/Render/Src/UnLight.cpp:552
↓ 1 callers
Function
DoSetVertNormal
K6 3D optimized version of: Vert.Normal = FPlane( Vert.Point, Norm * DivSqrtApprox(Norm.SizeSquared()) );
Source/Render/Src/UnMeshRn.cpp:780
↓ 1 callers
Function
DoTweenLoop
K6 3D Optimized version of the tween loop of UMesh::GetFrame This routine is almost identical to DoInterpolateLoop except CacheVerts is used in place
Source/Engine/Src/UnMesh.cpp:295
↓ 1 callers
Function
DoVisibleCheck
Source/Render/Src/UnMeshRn.cpp:583
↓ 1 callers
Method
Draw2DLine
Draw a pre-clipped 2D line.
Source/SoftDrv/Src/Line2D.cpp:18
↓ 1 callers
Function
DrawButtons
Draw all buttons.
Source/Editor/Src/UnEdCam.cpp:1280
↓ 1 callers
Function
DrawChar
Font printing.
Source/Engine/Src/UnCanvas.cpp:218
↓ 1 callers
Method
DrawComplexSurface
Source/SoftDrv/Src/DrawSurf.cpp:20375
↓ 1 callers
Method
DrawGouraudPolygon
Source/SoftDrv/Src/DrawPoly.cpp:4372
↓ 1 callers
Function
DrawTextureBrowser
Source/Editor/Src/UnEdCam.cpp:1183
↓ 1 callers
Method
DrawTile
Source/Engine/Src/UnCanvas.cpp:16
↓ 1 callers
Function
DrawViewerBackground
Source/Editor/Src/UnEdCam.cpp:1171
↓ 1 callers
Method
DuplicateBunch
Duplicate the bunch.
Source/Engine/Inc/UnBunch.h:105
↓ 1 callers
Function
Empty
TArray overrides.
Source/Core/Inc/UnTemplate.h:313
↓ 1 callers
Function
EndState
Source/Core/Inc/UnObjBas.h:859
↓ 1 callers
Function
EnlistLeaves
Build list of leaves.
Source/Editor/Src/UnEdCsg.cpp:248
↓ 1 callers
Function
EraseBilinearKernel
Source/SoftDrv/Src/DrawSurf.cpp:579
↓ 1 callers
Method
Exec
Source/Window/Src/Main.cpp:32
↓ 1 callers
Method
ExecLet
UnrealScript assignment.
Source/Core/Src/UnProp.cpp:189
↓ 1 callers
Method
ExecuteHits
Execute all hits in the hit buffer.
Source/Engine/Src/UnCamera.cpp:601
↓ 1 callers
Function
Expand
Source/Window/Inc/Window.h:1548
↓ 1 callers
Method
Export
Source/Engine/Src/UnTex.cpp:302
↓ 1 callers
Method
Export
Export an object to a buffer. This must be overridden by all objects which are capable of exporting. The type of data to be exported (text, binary,
Source/Core/Src/UnObj.cpp:141
↓ 1 callers
Method
ExportCPPItem
Source/Core/Src/UnProp.cpp:215
↓ 1 callers
Function
FCoplanar
See if two planes are coplanar.
Source/Engine/Inc/UnMath.h:1199
↓ 1 callers
Function
FHitCause
Source/Engine/Inc/UnCamera.h:68
↓ 1 callers
Function
FModelCoords
Constructors.
Source/Engine/Inc/UnMath.h:620
↓ 1 callers
Function
FParallel
See if two normal vectors (or plane normals) are nearly parallel.
Source/Engine/Inc/UnMath.h:1190
↓ 1 callers
Function
FPreferencesInfo
Source/Core/Inc/UnObjBas.h:297
↓ 1 callers
Function
FPropertyItemBase
Structors.
Source/Window/Inc/Window.h:2603
↓ 1 callers
Function
FSpanBuffer
Constructors.
Source/Render/Inc/UnSpan.h:67
↓ 1 callers
Function
FTreeItem
Structors.
Source/Window/Inc/Window.h:1420
↓ 1 callers
Function
FakeAtan
Source/Fire/Src/UnFractal.cpp:127
↓ 1 callers
Method
Filter
Source/Render/Src/UnSprite.cpp:291
↓ 1 callers
Function
FilterBound
Recursively filter a set of polys defining a convex hull down the Bsp, splitting it into two halves at each node and adding in the appropriate face po
Source/Editor/Src/UnVisi.cpp:1673
↓ 1 callers
Function
FilterWorldThroughBrush
Filter all relevant world polys through the brush.
Source/Editor/Src/UnBsp.cpp:1601
↓ 1 callers
Method
Find
Find a named topic in the topic table, and return a pointer to its handler, or NULL if not found.
Source/Editor/Src/UnTopics.cpp:78
↓ 1 callers
Method
FindBestAxisVectors
Find good arbitrary axis vectors to represent U and V axes of a plane given just the normal.
Source/Engine/Src/UnMath.cpp:63
↓ 1 callers
Function
FindBestSplit
Find the best splitting polygon within a pool of polygons, and return its index (into the PolyList array).
Source/Editor/Src/UnBsp.cpp:368
↓ 1 callers
Method
FindFunction
Source/Core/Src/UnObj.cpp:704
↓ 1 callers
Function
FindNearestVertex
Find closest vertex to a point at or below a node in the Bsp. If no vertices are closer than MinRadius, returns -1.
Source/Engine/Src/UnTrace.cpp:615
↓ 1 callers
Method
FindObjectChecked
Find an object; can't fail.
Source/Core/Src/UnObj.cpp:948
↓ 1 callers
Method
FindSpot
Source/Engine/Src/UnLevAct.cpp:671
↓ 1 callers
Function
FindStringChecked
Source/Window/Inc/Window.h:1317
↓ 1 callers
Method
FinishSurf
Finish surface lighting.
Source/Render/Src/UnLight.cpp:2551
↓ 1 callers
Function
FlashSprite1516Masked
Source/SoftDrv/Src/DrawTile.cpp:2111
↓ 1 callers
Function
FlashSprite1516Normal
Source/SoftDrv/Src/DrawTile.cpp:2009
↓ 1 callers
Function
FlashSprite32Masked
Source/SoftDrv/Src/DrawTile.cpp:1339
↓ 1 callers
Function
FlashSprite32Modulated
Source/SoftDrv/Src/DrawTile.cpp:1469
↓ 1 callers
Function
FlashSprite32ModulatedMMX
Source/SoftDrv/Src/DrawTile.cpp:1674
↓ 1 callers
Function
FlashSprite32Normal
Source/SoftDrv/Src/DrawTile.cpp:1237
↓ 1 callers
Function
FlashSprite32TranslucentMMX
Source/SoftDrv/Src/DrawTile.cpp:1526
↓ 1 callers
Function
FlashSprite32TranslucentPentium
Source/SoftDrv/Src/DrawTile.cpp:1843
↓ 1 callers
Method
Flush
Flush.
Source/Engine/Src/UnCamMgr.cpp:99
↓ 1 callers
Method
ForceOverflow
Source/Editor/Src/UnEdTran.cpp:297
↓ 1 callers
Function
ForceValid
Source/Editor/Src/UnEdFact.cpp:145
↓ 1 callers
Method
FreeChunks
Source/Core/Src/UnMem.cpp:121
↓ 1 callers
Function
GInitRunaway
Source/Core/Src/UnCorSc.cpp:25
↓ 1 callers
Method
Get
Source/Editor/Src/UnEdCam.cpp:1793
↓ 1 callers
Method
Get
Source/Editor/Src/EdHook.cpp:76
↓ 1 callers
Function
GetBackgroundBrush
Source/Window/Inc/Window.h:2267
↓ 1 callers
Function
GetClassName
Source/Core/Inc/UnObjBas.h:598
↓ 1 callers
Method
GetCollisionBoundingBox
GetCollisionBoundingBox. Treats the primitive as a cylinder.
Source/Engine/Src/UnPrim.cpp:41
↓ 1 callers
Function
GetConfigBool
Get a boolean from the profile.
Source/Core/Src/UnPlat.cpp:1189
← previous
next →
701–800 of 2,646, ranked by callers