Navigation
API > API/Runtime > API/Runtime/Core
Factory object/comparison object for error
| Name | FErrorDeclaration_ArgumentError |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/UnifiedError/CoreErrorTypes.h |
| Include Path | #include "Experimental/UnifiedError/CoreErrorTypes.h" |
Syntax
struct FErrorDeclaration_ArgumentError
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PayloadType | FArgumentError | Experimental/UnifiedError/CoreErrorTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bPayloadHasFields | bool | Experimental/UnifiedError/CoreErrorTypes.h | |
| DeclarationHash | uint64 | Experimental/UnifiedError/CoreErrorTypes.h | |
| ErrorCode | int32 | Experimental/UnifiedError/CoreErrorTypes.h | |
| FormatString | const FText | Experimental/UnifiedError/CoreErrorTypes.h | |
| StaticErrorName | FUtf8StringView | Experimental/UnifiedError/CoreErrorTypes.h | |
| StaticFullErrorName | FUtf8StringView | Experimental/UnifiedError/CoreErrorTypes.h | |
| StaticModuleName | FUtf8StringView | Experimental/UnifiedError/CoreErrorTypes.h | |
| TypeNameString | FUtf8StringView | Experimental/UnifiedError/CoreErrorTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UEOpEquals
(
const UE::UnifiedError::FError& Other |
Experimental/UnifiedError/CoreErrorTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FText CreateFormatString() |
Experimental/UnifiedError/CoreErrorTypes.h | ||
static UE::UnifiedError::FError GetStaticError() |
Experimental/UnifiedError/CoreErrorTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::UnifiedError::FError operator()
(
FArgumentError&& InContext |
Experimental/UnifiedError/CoreErrorTypes.h | ||
UE::UnifiedError::FError operator()
(
UE_APPEND_VA_ARG_COUNT(UE_PRIVATE_ERROR_FIELD_PARAMETER, FString, ArgumentName, TEXT(""))(FString, A... |
Experimental/UnifiedError/CoreErrorTypes.h |