FScriptStackTracker

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/ScriptStackTracker.h"

Syntax

struct FScriptStackTracker

Constructors

Name Description

Public function

FScriptStackTracker

(
    bool bInIsEnabled
)

Constructor, initializing all member variables

Functions

Name Description

Public function

void

 

CaptureStackTrace

(
    const FFrame* StackFrame,
    int32 EntriesToIgnore
)

Captures the current stack and updates stack tracking information.

Public function

void

 

DumpStackTraces

(
    int32 StackThreshold,
    FOutputDevice& Ar
)

Dumps capture stack trace summary to the passed in log.

Public function

void

 

ResetTracking()

Resets stack tracking.

Public function

void

 

ToggleTracking()

Toggles tracking.

Constants

Name

Description

MAX_BACKTRACE_DEPTH

Maximum number of backtrace depth.

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