Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile
Description
Return whether FileJournal functionality is available on the current platform if VolumeName is nullptr or for the given Volume if VolumeName is non-null. Optionally returns a user-displayable string for why it 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::FileJournalIsAvailable
- FLoggedPlatformFile::FileJournalIsAvailable
- FPlatformFileOpenLog::FileJournalIsAvailable
| Name | FileJournalIsAvailable |
| 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 bool FileJournalIsAvailable
(
const TCHAR * VolumeOrPath,
ELogVerbosity::Type * OutErrorLevel,
FString * OutError
)