Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFileSystemError
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
GenericPlatform/GenericPlatformFile.h |
|
|
|
GenericPlatform/GenericPlatformFile.h |
|
|
|
GenericPlatform/GenericPlatformFile.h |
|
|
|
GenericPlatform/GenericPlatformFile.h |
|
FFileSystemError()
| |
|
| Name |
FFileSystemError |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path |
#include "GenericPlatform/GenericPlatformFile.h" |
FFileSystemError()
FFileSystemError(const FFileSystemError &)
| |
|
| Name |
FFileSystemError |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path |
#include "GenericPlatform/GenericPlatformFile.h" |
FFileSystemError
(
const FFileSystemError &
)
FFileSystemError(FFileSystemError &&)
| |
|
| Name |
FFileSystemError |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path |
#include "GenericPlatform/GenericPlatformFile.h" |
FFileSystemError
(
FFileSystemError &&
)
FFileSystemError(FString &&, int32)
| |
|
| Name |
FFileSystemError |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path |
#include "GenericPlatform/GenericPlatformFile.h" |
FFileSystemError
(
FString && InErrorMessage,
int32 InSystemErrorCode
)