EBlueprintExceptionType::Type

Kinds of Blueprint exceptions.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Script.h"

Syntax

namespace EBlueprintExceptionType
{
    enum Type
    {
        Breakpoint,
        Tracepoint,
        WireTracepoint,
        AccessViolation,
        InfiniteLoop,
        NonFatalError,
        FatalError,
    }
}

Values

Name

Description

Breakpoint

Tracepoint

WireTracepoint

AccessViolation

InfiniteLoop

NonFatalError

FatalError

Remarks

Kinds of Blueprint exceptions.

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