Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FError
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Move constructor. | Experimental/UnifiedError/UnifiedError.h | ||
| Experimental/UnifiedError/UnifiedError.h | |||
FError
(
int32 InModuleId, |
Primary constructor. Adds a ref count to the provided error details | Experimental/UnifiedError/UnifiedError.h |
FError(FError &&)
Description
Move constructor. Errors can be moved from, which removes all details so the error can no longer be correctly formatted as text etc.
| Name | FError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/UnifiedError/UnifiedError.h |
| Include Path | #include "Experimental/UnifiedError/UnifiedError.h" |
FError
(
FError && InError
)
FError(const FError &)
| Name | FError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/UnifiedError/UnifiedError.h |
| Include Path | #include "Experimental/UnifiedError/UnifiedError.h" |
FError
(
const FError & InError
)
FError(int32, int32, const FMandatoryErrorDetails *)
Description
Primary constructor. Adds a ref count to the provided error details
| Name | FError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/UnifiedError/UnifiedError.h |
| Include Path | #include "Experimental/UnifiedError/UnifiedError.h" |
FError
(
int32 InModuleId,
int32 InErrorCode,
const FMandatoryErrorDetails * InErrorDetails
)