FCallStack

Helper structure to capture callstack addresses and stack count.

Windows
MacOS
Linux

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

Name Description

Public variable

uint64[MAX_BACK...

 

Addresses

Program counter addresses for callstack.

Public variable

int64

 

StackCount

Stack count, aka the number of calls to CalculateStack

Public variable

void *

 

UserData

User data to store with the stack trace for later use

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss