Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FBlueprintExceptionInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlueprintExceptionInfo
(
EBlueprintExceptionType::Type InEventType |
Blueprint/BlueprintExceptionInfo.h | ||
FBlueprintExceptionInfo
(
EBlueprintExceptionType::Type InEventType, |
Blueprint/BlueprintExceptionInfo.h |
FBlueprintExceptionInfo(EBlueprintExceptionType::Type)
| Name | FBlueprintExceptionInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintExceptionInfo.h |
| Include Path | #include "Blueprint/BlueprintExceptionInfo.h" |
FBlueprintExceptionInfo
(
EBlueprintExceptionType::Type InEventType
)
FBlueprintExceptionInfo(EBlueprintExceptionType::Type, const FText &)
| Name | FBlueprintExceptionInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintExceptionInfo.h |
| Include Path | #include "Blueprint/BlueprintExceptionInfo.h" |
FBlueprintExceptionInfo
(
EBlueprintExceptionType::Type InEventType,
const FText & InDescription
)