![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <StackTracker.h>
Public Attributes | |
| int64 | StackCount |
| uint64 | Addresses [MAX_BACKTRACE_DEPTH] |
| void * | UserData |
Helper structure to capture callstack addresses and stack count.
| uint64 FStackTracker::FCallStack::Addresses[MAX_BACKTRACE_DEPTH] |
Program counter addresses for callstack.
| int64 FStackTracker::FCallStack::StackCount |
Stack count, aka the number of calls to CalculateStack
| void* FStackTracker::FCallStack::UserData |
User data to store with the stack trace for later use