Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FFrame > API/Runtime/CoreUObject/UObject/FFrame/GetScriptCallstack
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h |
| Include | #include "UObject/Stack.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp |
static FString GetScriptCallstack
(
bool bReturnEmpty,
bool bTopOfStackOnly
)
Remarks
This will return the StackTrace of the all script frames currently active
Parameters
| Name | Description |
|---|---|
| bReturnEmpty | if true, returns empty string when no script callstack found |
| bTopOfStackOnly | if true only returns the top of the callstack |