Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCachedReadPlatformFile
Description
Return the stat data for the given file or directory. Check the FFileStatData::bIsValid member before using the returned data
Virtual Inheritance
- IPlatformFile::GetStatData → FCachedReadPlatformFile::GetStatData
| Name | GetStatData |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
| Include Path | #include "HAL/IPlatformFileCachedWrapper.h" |
virtual FFileStatData GetStatData
(
const TCHAR * FilenameOrDirectory
)