Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FLoggedPlatformFile
Description
Return the VolumeSpecifier present in the given path. Returns empty string if path does not have a valid volume specifier for use by the FileJournal (e.g. some platforms do not support \paths for FileJournal).
Virtual Inheritance
- IPlatformFile::FileJournalGetVolumeName → FLoggedPlatformFile::FileJournalGetVolumeName
| Name | FileJournalGetVolumeName |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileLogWrapper.h |
| Include Path | #include "HAL/IPlatformFileLogWrapper.h" |
virtual FString FileJournalGetVolumeName
(
FStringView InPath
)
See Also
- FPathViews::SplitVolumeSpecifier for a more general function that can return specifiers not usable by the FileJournal.