![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "IO/IoStatus.h"#include "HAL/Platform.h"#include "HAL/PlatformString.h"#include "HAL/UnrealMemory.h"#include "Logging/LogCategory.h"#include "Logging/LogMacros.h"#include "Experimental/UnifiedError/UnifiedError.h"#include "Experimental/IO/IoStatusError.h"#include "Math/UnrealMathUtility.h"Functions | |
| DEFINE_LOG_CATEGORY_STATIC (LogIoStatus, Log, All) | |
| const TCHAR * | GetIoErrorText (EIoErrorCode ErrorCode) |
| void | SerializeForLog (FCbWriter &Writer, const FIoStatus &Status) |
| void | StatusOrCrash (const FIoStatus &Status) |
Variables | |
| const TCHAR *const * | GetIoErrorText_ErrorCodeText |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogIoStatus | , |
| Log | , | ||
| All | |||
| ) |
| const TCHAR * GetIoErrorText | ( | EIoErrorCode | ErrorCode | ) |
Get I/O error code description.
|
extern |