Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FStackTracker
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StackTracker.h |
| Include | #include "Containers/StackTracker.h" |
Syntax
struct FCallStack
Remarks
Helper structure to capture callstack addresses and stack count.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64[MAX_BACKTRACE_DEPTH] | Addresses | Program counter addresses for callstack. | |
| int64 | StackCount | Stack count, aka the number of calls to CalculateStack | |
| void * | UserData | User data to store with the stack trace for later use |