FPakPlatformFile::GetStatData

Return the stat data for the given file or directory.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::GetStatData()

FPakPlatformFile::GetStatData()

References

Module

PakFile

Header

/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h

Include

#include "IPlatformFilePak.h"

Syntax

virtual FFileStatData GetStatData
(
    const TCHAR * FilenameOrDirectory
)

Remarks

Return the stat data for the given file or directory. Check the FFileStatData::bIsValid member before using the returned data

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss