Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile
Description
Return the data for the given path as with GetStatData, but report a FFileJournalData instead, which notably includes the FFileJournalFileHandle for the file/directory. Check the FFileJournalData::bIsValid member before using the returned data
| Name | FileJournalGetFileData |
| 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 FFileJournalData FileJournalGetFileData
(
const TCHAR * FilenameOrDirectory,
FString * OutError
)