Navigation
API > API/Runtime > API/Runtime/Core
Stores custom error messages from the engine along with an optional system error code that can provider more detailed information
| Name | FFileSystemError |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
class FFileSystemError
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GenericPlatform/GenericPlatformFile.h | |||
FFileSystemError
(
const FFileSystemError& |
GenericPlatform/GenericPlatformFile.h | ||
| GenericPlatform/GenericPlatformFile.h | |||
FFileSystemError
(
FString&& InErrorMessage, |
GenericPlatform/GenericPlatformFile.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorMessage | FString | GenericPlatform/GenericPlatformFile.h | ||
| SystemErrorCode | int32 | GenericPlatform/GenericPlatformFile.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetMessage() |
Return the error message, if a valid system error code was provided then this will be appended to the end of the message | GenericPlatform/GenericPlatformFile.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFileSystemError & operator=
(
const FFileSystemError& |
GenericPlatform/GenericPlatformFile.h | ||
| GenericPlatform/GenericPlatformFile.h |