Navigation
API > API/Runtime > API/Runtime/Core
I/O status with error code, error message and an optional system error code.
| Name | FIoStatus |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoStatus.h |
| Include Path | #include "IO/IoStatus.h" |
Syntax
class FIoStatus
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CORE_API FIoStatus () |
IO/IoStatus.h | ||
CORE_API FIoStatus
(
EIoErrorCode ErrorCode |
IO/IoStatus.h | ||
CORE_API FIoStatus
(
EIoErrorCode ErrorCode, |
IO/IoStatus.h | ||
CORE_API FIoStatus
(
EIoErrorCode ErrorCode, |
IO/IoStatus.h | ||
CORE_API FIoStatus
(
EIoErrorCode ErrorCode, |
IO/IoStatus.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CORE_API ~FIoStatus() |
IO/IoStatus.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Invalid | const FIoStatus | IO/IoStatus.h | |
| Ok | const FIoStatus | IO/IoStatus.h | |
| Unknown | const FIoStatus | IO/IoStatus.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorCode | EIoErrorCode | IO/IoStatus.h | ||
| ErrorMessage | UE::FSharedString | IO/IoStatus.h | ||
| SystemErrorCode | uint32 | IO/IoStatus.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EIoErrorCode GetErrorCode() |
IO/IoStatus.h | ||
const TCHAR * GetErrorMessage() |
IO/IoStatus.h | ||
uint32 GetSystemErrorCode() |
IO/IoStatus.h | ||
bool IsCompleted() |
IO/IoStatus.h | ||
bool IsOk() |
IO/IoStatus.h | ||
FString ToString() |
IO/IoStatus.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FIoStatus& Other |
IO/IoStatus.h | ||
| IO/IoStatus.h | |||
FIoStatus & operator=
(
const EIoErrorCode ErrorCode |
IO/IoStatus.h | ||
bool operator==
(
const FIoStatus& Other |
IO/IoStatus.h |