FFileManagerGeneric::GetStatData

Return the stat data for the given file or directory.

Windows
MacOS
Linux

Override Hierarchy

IFileManager::GetStatData()

FFileManagerGeneric::GetStatData()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h

Include

#include "HAL/FileManagerGeneric.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/FileManagerGeneric.cpp

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