FScriptStackTracker::CaptureStackTrace

Captures the current stack and updates stack tracking information.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/ScriptStackTracker.h"

Source

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

Syntax

void CaptureStackTrace
(
    const FFrame * StackFrame,
    int32 EntriesToIgnore
)

Remarks

Captures the current stack and updates stack tracking information.

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