Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveFileWriterGeneric
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LogWriteError
(
const TCHAR* Message |
HAL/FileManagerGeneric.h | ||
void LogWriteError
(
const TCHAR* Message, |
Logs I/O error It is important to not call any platform API functions after the error occurred and before calling this functions as the system error code may get reset and will not be properly logged in this message. | HAL/FileManagerGeneric.h |
LogWriteError(const TCHAR *)
| Name | LogWriteError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h |
| Include Path | #include "HAL/FileManagerGeneric.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/FileManagerGeneric.cpp |
void LogWriteError
(
const TCHAR * Message
)
LogWriteError(const TCHAR *, uint32)
Description
Logs I/O error It is important to not call any platform API functions after the error occurred and before calling this functions as the system error code may get reset and will not be properly logged in this message.
| Name | LogWriteError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h |
| Include Path | #include "HAL/FileManagerGeneric.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/FileManagerGeneric.cpp |
void LogWriteError
(
const TCHAR * Message,
uint32 LastError
)
Parameters
| Name | Remarks |
|---|---|
| Message | Brief description of what went wrong |