Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FLoggedPlatformFile
Description
Report the current end of the journal for the given volume, to be used as the StartingJournalEntry in FileJournalGetModifiedDirectories. If !FileJournalIsAvaiable for the given volume, sets OutEntryHandle to FileJournalEntryHandleInvalid. Returns EFileJournalResult::Success if successful, otherwise an error code and optionally a user-displayable explanation for the error code.
Virtual Inheritance
- IPlatformFile::FileJournalGetLatestEntry → FLoggedPlatformFile::FileJournalGetLatestEntry
| Name | FileJournalGetLatestEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileLogWrapper.h |
| Include Path | #include "HAL/IPlatformFileLogWrapper.h" |
virtual EFileJournalResult FileJournalGetLatestEntry
(
const TCHAR * VolumeName,
FFileJournalId & OutJournalId,
FFileJournalEntryHandle & OutEntryHandle,
FString * OutError
)