FFrame::GetScriptCallstack

This will return the StackTrace of the all script frames currently active

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Stack.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp

Syntax

static FString GetScriptCallstack
(
    bool bReturnEmpty
)

Remarks

This will return the StackTrace of the all script frames currently active

Parameters

Parameter

Description

bReturnEmpty

if true, returns empty string when no script callstack found