Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
class FFileSystemError
Remarks
Stores custom error messages from the engine along with an optional system error code that can provider more detailed infomation
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFileSystemError
(
const FFileSystemError& |
|||
FFileSystemError
(
FString&& InErrorMessage, |
|||
FFileSystemError
(
FStringView InErrorMessage, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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 |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FFileSystemError & | operator=
(
const FFileSystemError& |
||
| FFileSystemError & | operator=
(
FFileSystemError&& |