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