Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile
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.
Derived Overrides
- FCachedReadPlatformFile::FileJournalGetMaximumSize
- FLoggedPlatformFile::FileJournalGetMaximumSize
- FPlatformFileOpenLog::FileJournalGetMaximumSize
| Name | FileJournalGetMaximumSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformFile.cpp |
virtual uint64 FileJournalGetMaximumSize
(
const TCHAR * VolumeOrPath,
ELogVerbosity::Type * OutErrorLevel,
FString * OutError
) const