Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
bool StaticExec
(
UWorld * InWorld,
const TCHAR * Cmd,
FOutputDevice & Ar
)
Remarks
Parses a global context system console or debug command and executes it. True if the command was successfully parsed
Parameters
| Name | Description |
|---|---|
| InWorld | The world to use as a context, enables certain commands |
| Cmd | Command string to execute |
| Ar | Output device to write results of commands to |