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