Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPlatformFileOpenLog
Description
Return the maximum size of the FileJournal for the specified VolumeName, if available, zero otherwise. Optionally returns a user-displayable string for why the journal is not available and a severity level for the reason. VolumeName may be a VolumeName as returned by FileJournalGetVolumeName or any path to a file or directory on the Volume.
Virtual Inheritance
- IPlatformFile::FileJournalGetMaximumSize → FPlatformFileOpenLog::FileJournalGetMaximumSize
| Name | FileJournalGetMaximumSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileOpenLogWrapper.h |
| Include Path | #include "HAL/IPlatformFileOpenLogWrapper.h" |
virtual uint64 FileJournalGetMaximumSize
(
const TCHAR * VolumeOrPath,
ELogVerbosity::Type * OutErrorLevel,
FString * OutError
) const