FCallStack

Helper structure to capture callstack addresses and stack count.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ScriptStackTracker.h

Include

#include "UObject/ScriptStackTracker.h"

Syntax

struct FCallStack

Remarks

Helper structure to capture callstack addresses and stack count.

Variables

Name Description

Public variable

int64

 

StackCount

Stack count, aka the number of calls to CalculateStack

Public variable

FString

 

StackTrace

String representation of script callstack.

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