Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptStackTracker.h |
| Include | #include "UObject/ScriptStackTracker.h" |
Syntax
struct FScriptStackTracker
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScriptStackTracker
(
bool bInIsEnabled |
Constructor, initializing all member variables |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CaptureStackTrace
(
const FFrame* StackFrame, |
Captures the current stack and updates stack tracking information. | |
| void | DumpStackTraces
(
int32 StackThreshold, |
Dumps capture stack trace summary to the passed in log. | |
| void | Resets stack tracking. | ||
| void | Toggles tracking. |
Constants
| Name | Description |
|---|---|
| MAX_BACKTRACE_DEPTH | Maximum number of backtrace depth. |