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
Method
YesNof
Display a yes-no question.
Source/Core/Src/UnPlat.cpp:939
↓ 1 callers
Method
_Init
Init console.
Source/Engine/Src/UnCon.cpp:28
↓ 1 callers
Function
appAtan
Source/Core/Src/UnFile.cpp:305
↓ 1 callers
Function
appCleanFileCache
Clean out the file cache.
Source/Core/Src/UnPlat.cpp:787
↓ 1 callers
Function
appCreateGuid
Create a new globally unique identifier.
Source/Core/Src/UnPlat.cpp:1308
↓ 1 callers
Function
appCreateTempFilename
Create a temporary file.
Source/Core/Src/UnPlat.cpp:832
↓ 1 callers
Function
appExp
Source/Core/Src/UnFile.cpp:281
↓ 1 callers
Function
appGetDllExport
Lookup the address of a DLL function
Source/Core/Src/UnPlat.cpp:574
↓ 1 callers
Function
appGetDllHandle
Load a library.
Source/Core/Src/UnPlat.cpp:540
↓ 1 callers
Function
appGetcwd
Source/Core/Src/UnFile.cpp:455
↓ 1 callers
Function
appInit
Source/Core/Src/UnPlat.cpp:302
↓ 1 callers
Function
appLocalizationDir
Source/Core/Src/UnPlat.cpp:1425
↓ 1 callers
Function
appLoge
Source/Core/Src/UnFile.cpp:285
↓ 1 callers
Function
appMemCrc
CRC32 computer based on polynomial: x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x+1.
Source/Core/Src/UnFile.cpp:918
↓ 1 callers
Function
appOpenLog
Open the log file. Not guarded.
Source/Core/Src/UnPlat.cpp:269
↓ 1 callers
Function
appStrtoi
Source/Core/Src/UnFile.cpp:964
↓ 1 callers
Function
appSystemTime
Return the system time.
Source/Core/Src/UnPlat.cpp:627
↓ 1 callers
Function
appTan
Source/Core/Src/UnFile.cpp:301
↓ 1 callers
Method
bspCleanup
Clean up all nodes after a CSG operation. Resets temporary bit flags and unlinks empty leaves. Removes zero-vertex nodes which have nonzero-vertex c
Source/Editor/Src/UnBsp.cpp:1009
↓ 1 callers
Method
bspMergeCoplanars
Merge all coplanar EdPolys in a model. Not transactional. Preserves (though reorders) iLinks.
Source/Editor/Src/UnBsp.cpp:836
↓ 1 callers
Method
bspRefresh
If the Bsp's point and vector tables are nearly full, reorder them and delete unused ones:
Source/Editor/Src/UnBsp.cpp:2611
↓ 1 callers
Method
bspValidateBrush
Validate a brush, and set iLinks on all EdPolys to index of the first identical EdPoly in the list, or its index if it's the first. Not transactional.
Source/Editor/Src/UnBsp.cpp:641
↓ 1 callers
Method
buildPaths
FIXME: add hiding places, camping and sniping spots (not pathnodes, but other keypoints)
Source/Engine/Src/UnPath.cpp:91
↓ 1 callers
Method
calcMoveFlags
Source/Engine/Src/UnRoute.cpp:36
↓ 1 callers
Method
clearPath
clearPaths() clear all temporary path variables used in routing */
Source/Engine/Src/UnRoute.cpp:14
↓ 1 callers
Method
csgCopyBrush
Duplicate the specified brush and make it into a CSG-able level brush. Returns new brush, or NULL if the original was empty.
Source/Editor/Src/UnEdCsg.cpp:51
↓ 1 callers
Method
csgPrepMovingBrush
Prepare a moving brush.
Source/Editor/Src/UnEdCsg.cpp:25
↓ 1 callers
Method
ddSetViewport
Try to set DirectDraw mode with a particular viewport. Returns 1 if success, 0 if failure.
Source/WinDrv/WinViewport.cpp:1560
↓ 1 callers
Method
defineFor
Source/Engine/Src/UnReach.cpp:100
↓ 1 callers
Method
definePaths
Source/Engine/Src/UnPath.cpp:212
↓ 1 callers
Method
edcamMode
Return editor camera mode given Mode and state of keys. This handlers special keyboard mode overrides which should affect the appearance of the mouse
Source/Editor/Src/UnEdCam.cpp:1705
↓ 1 callers
Function
eventAccepted
Source/IpDrv/Inc/IpDrvClasses.h:102
↓ 1 callers
Function
eventBaseChange
Source/Engine/Inc/EngineClasses.h:833
↓ 1 callers
Function
eventEndedRotation
Source/Engine/Inc/EngineClasses.h:783
↓ 1 callers
Function
eventEnemyNotVisible
Source/Engine/Inc/EngineClasses.h:1129
↓ 1 callers
Function
eventExpired
Source/Engine/Inc/EngineClasses.h:922
↓ 1 callers
Function
eventLanded
Source/Engine/Inc/EngineClasses.h:861
↓ 1 callers
Function
eventMessage
Script events.
Source/Engine/Src/UnCon.h:32
↓ 1 callers
Function
eventPossess
Source/Engine/Inc/EngineClasses.h:1311
↓ 1 callers
Function
eventReceivedText
Source/IpDrv/Inc/IpDrvClasses.h:82
↓ 1 callers
Function
eventUnTouch
Source/Engine/Inc/EngineClasses.h:843
↓ 1 callers
Method
hidePaths
Source/Engine/Src/UnPath.cpp:157
↓ 1 callers
Method
jumpLanding
jumpLanding() determine landing position of current fall, given testVel as initial velocity. Assumes near-zero acceleration by pawn during jump (make
Source/Engine/Src/UnPawn.cpp:2033
↓ 1 callers
Function
operator*
Conversions.
Source/Core/Inc/UnTemplate.h:328
↓ 1 callers
Method
physWalking
Source/Engine/Src/UnPhysic.cpp:413
↓ 1 callers
Method
showPaths
Source/Engine/Src/UnPath.cpp:138
↓ 1 callers
Method
undefinePaths
Source/Engine/Src/UnPath.cpp:176
↓ 1 callers
Method
~UObject
UObject destructor. warning: Called at shutdown.
Source/Core/Src/UnObj.cpp:346
Method
AMD3DClipBspSurf
Transform and clip a polygon.
Source/Render/Src/UnRender.cpp:1010
Method
AMD3DDrawMesh
Draw a mesh map.
Source/Render/Src/UnMeshRn.cpp:922
Method
AMD3DFog
Source/Render/Src/UnLight.cpp:886
Method
AMD3DGetFrame
Get the transformed point set corresponding to the animation frame of this primitive owned by Owner. Returns the total outcode of the points.
Source/Engine/Src/UnMesh.cpp:432
Method
AMD3DLight
Source/Render/Src/UnLight.cpp:822
Method
AMover
Source/Engine/Src/UnMover.cpp:15
Method
ATcpLink
Constructor.
Source/IpDrv/Src/TcpLink.cpp:76
Method
AUdpLink
Constructor.
Source/IpDrv/Src/UdpLink.cpp:20
Method
ActorVisibility
Recursively build a list of leaves visible from a point. Uses a recursive shadow volume clipper.
Source/Editor/Src/UnVisi.cpp:499
Method
Add
Source/Core/Inc/UnTemplate.h:191
Method
AddActor
Source/Editor/Src/UnEdClick.cpp:16
Method
AddActorBrush
Add all sporadic information (nodes, poly points) for a moving brush to the level. Assumes that no Bsp nodes coming from this actor's brush already e
Source/Engine/Src/UnDynBsp.cpp:996
Function
AddBounded
Source/Engine/Inc/UnMath.h:373
Function
AddBrushToWorldFunc
Source/Editor/Src/UnBsp.cpp:1021
Function
AddDependency
UClass interface.
Source/Core/Inc/UnClass.h:427
Method
AddLight
Add a light to the list.
Source/Render/Src/UnLight.cpp:2576
Method
AddObject
Add an object to the table.
Source/Core/Src/UnObj.cpp:2448
Method
AddPolyFragment
Source/Engine/Src/UnDynBsp.cpp:760
Method
AddPortal
Add a portal to the portal list.
Source/Editor/Src/UnVisi.cpp:232
Function
AddRef
Source/Core/Inc/UnObjBas.h:217
Method
AddRef
Add a reference to the object on behalf of an Ole client.
Source/Core/Src/UnObj.cpp:866
Method
AddSpark
Source/Fire/Src/UnFractal.cpp:461
Function
AddString
WComboBox interface.
Source/Window/Inc/Window.h:618
Function
AddUniqueItem
Add an item if it's not a duplicate of an existing item */
Source/Engine/Inc/UnObj.h:60
Function
AddWorldToBrushFunc
Source/Editor/Src/UnBsp.cpp:1043
Method
AdjustSpot
AdjustSpot used by FindSpot
Source/Engine/Src/UnLevAct.cpp:664
Method
AllocateNameEntry
Source/Core/Inc/UnName.h:52
Method
AllocateNewChunk
Allocate a new chunk of memory of at least MinSize size, and return it aligned to Align. Updates the memory stack's Chunks table and ActiveChunks coun
Source/Core/Src/UnMem.cpp:90
Method
ApplyChange
Apply one logged change, Undo = 1 (Undo), 0 (Redo).
Source/Editor/Src/UnEdTran.cpp:411
Method
Area
Compute the 2D area.
Source/Engine/Src/UnFPoly.cpp:93
Method
Area
Get the next portal for this leaf in the linked list of portals.
Source/Editor/Src/UnVisi.cpp:77
Method
AssertEmpty
Make sure that a span buffer is completely empty.
Source/Render/Src/UnSpan.cpp:608
Method
AssertGoodEnough
Like AssertValid, but 'ValidLines' checked for zero/nonzero only.
Source/Render/Src/UnSpan.cpp:692
Method
AssertInSequenced
Make sure the incoming buffer is in sequence and there are no duplicates.
Source/Engine/Src/UnChan.cpp:179
Method
AssertNotEmpty
Assure that a span buffer isn't empty.
Source/Render/Src/UnSpan.cpp:630
Method
AssertValid
Make sure this connection is in a reasonable state.
Source/Engine/Src/UnConn.cpp:382
Method
AssignAllZones
Go through the Bsp and assign zone numbers to all nodes. Prior to this function call, only leaves have zone numbers. The zone numbers for the entire
Source/Editor/Src/UnVisi.cpp:954
Method
AssignLeaves
Assign contiguous unique numbers to all front and back leaves in the BSP. Stores the leaf numbers in FBspNode::iLeaf[2].
Source/Editor/Src/UnVisi.cpp:472
Method
AttemptDelete
Attempt to delete an object. Only succeeds if unreferenced.
Source/Core/Src/UnObj.cpp:2832
Method
BeginChanges
Begin applying changes.
Source/Editor/Src/UnEdTran.cpp:364
Method
Bind
Source/Core/Src/UnClass.cpp:224
Method
BlitMask1516
Source/SoftDrv/Src/DrawTile.cpp:1056
Method
BlitMask32
Source/SoftDrv/Src/DrawTile.cpp:639
Method
BlockPortal
Mark a portal as blocked.
Source/Editor/Src/UnVisi.cpp:203
Function
Booleanize
Return a boolean that is based on the vector's direction. When V==zero vector Booleanize(0)=1. Otherwise Booleanize(V) <-> !Booleanize(!B).
Source/Engine/Inc/UnMath.h:381
Function
BoundToCube
Source/Engine/Inc/UnMath.h:364
Function
Brighten
Source/Engine/Inc/UnTex.h:112
Function
Brightness
Source/Engine/Inc/UnTex.h:88
Method
Browse
Browse to a specified URL, relative to the current one.
Source/Engine/Src/UnGame.cpp:306
Function
BrushPolysToWindings
Convert the brush FPolys to windings.
Source/Editor/Src/CoolBsp.cpp:169
Function
BrushSelectFlagsFunc
Source/Editor/Src/UnEdCsg.cpp:992
Function
BrushSelectNoneFunc
Select none
Source/Editor/Src/UnEdCsg.cpp:973
← previous
next →
1,001–1,100 of 2,646, ranked by callers