UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStackTracker::FCallStack Struct Reference

#include <StackTracker.h>

Public Attributes

int64 StackCount
 
uint64 Addresses [MAX_BACKTRACE_DEPTH]
 
voidUserData
 

Detailed Description

Helper structure to capture callstack addresses and stack count.

Member Data Documentation

◆ Addresses

uint64 FStackTracker::FCallStack::Addresses[MAX_BACKTRACE_DEPTH]

Program counter addresses for callstack.

◆ StackCount

int64 FStackTracker::FCallStack::StackCount

Stack count, aka the number of calls to CalculateStack

◆ UserData

void* FStackTracker::FCallStack::UserData

User data to store with the stack trace for later use


The documentation for this struct was generated from the following file: