Navigation
API > API/Runtime > API/Runtime/Core
Results that can be returned from IPlatformFile FileJournal API.
| Name | EFileJournalResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
enum EFileJournalResult
{
Success,
InvalidPlatform,
InvalidVolumeName,
JournalNotActive,
JournalWrapped,
FailedOpenJournal,
FailedDescribeJournal,
FailedReadJournal,
JournalInternalError,
UnhandledJournalVersion,
}
Values
| Name | Remarks |
|---|---|
| Success | |
| InvalidPlatform | |
| InvalidVolumeName | |
| JournalNotActive | |
| JournalWrapped | |
| FailedOpenJournal | |
| FailedDescribeJournal | |
| FailedReadJournal | |
| JournalInternalError | |
| UnhandledJournalVersion |