Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Script.h |
| Include | #include "UObject/Script.h" |
Syntax
struct FBlueprintExceptionInfo
Remarks
Information about a blueprint exception.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Description | ||
| EBlueprintExceptionType::Type | EventType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlueprintExceptionInfo
(
EBlueprintExceptionType::Type InEventType |
|||
FBlueprintExceptionInfo
(
EBlueprintExceptionType::Type InEventType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FText & | |||
| EBlueprintExceptionType::Type | GetType () |