FBlueprintCoreDelegates

Blueprint core runtime delegates.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Script.h"

Syntax

class FBlueprintCoreDelegates

Remarks

Blueprint core runtime delegates.

Functions

Name Description

Public function Static

void

 

InstrumentScriptEvent

(
    const FScriptInstrumentationSignal ...
)

Public function Static

void

 

SetScriptMaximumLoopIterations

(
    const int32 MaximumLoopIterations
)

Public function Static

void

 

ThrowScriptException

(
    const UObject* ActiveObject,
    const FFrame& StackFrame,
    const FBlueprintExceptionInfo& Inf...
)

Typedefs

Name

Description

FOnScriptDebuggingEvent

Callback for debugging events such as a breakpoint (Object that triggered event, active stack frame, Info)

FOnScriptExecutionEnd

Deprecated.

FOnScriptInstrumentEvent

Callback for blueprint profiling signals.

FOnToggleScriptProfiler

Callback for blueprint instrumentation enable/disable events.

Constants

Name

Description

OnScriptException

Called when a script exception occurs.

OnScriptExecutionEnd

OnScriptProfilingEvent

Called when a script profiling event is fired.

OnToggleScriptProfiler

Called when a script profiler is enabled/disabled.

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