FBlueprintExceptionTracker

Helper struct for dealing with Blueprint exceptions

Windows
MacOS
Linux

Inheritance Hierarchy

FTlsAutoCleanup

TThreadSingleton

FBlueprintExceptionTracker

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h

Include

#include "Misc/CoreMisc.h"

Syntax

struct FBlueprintExceptionTracker : public TThreadSingleton< FBlueprintExceptionTracker >

Remarks

Helper struct for dealing with Blueprint exceptions

Variables

Name Description

Public variable

bool

 

bRanaway

Public variable

TMap< FName, in...

 

DisplayedWarningsMap

Map of currently displayed warnings in exception handler

Public variable

int32

 

Recurse

Public variable

int32

 

Runaway

Runaway tracking

Public variable

int32

 

ScriptEntryTag

Script entry point tracking.

Public variable

TArray< const F...

 

ScriptStack

Stack pointers from the VM to be unrolled when we assert.

Constructors

Name Description

Public function

FBlueprintExceptionTracker()

Functions

Name Description

Public function Static

FBlueprintEx...

 

Get()

Public function

void

 

ResetRunaway()

Public function Static

const FBluep...

 

TryGet()

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