FPakFile::FindFilesAtPath

Windows
MacOS
Linux

Deprecated

  • Use FindPrunedFilesAtPath instead

References

Module

PakFile

Header

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

Include

#include "IPlatformFilePak.h"

Syntax

template<class ContainerType>
void FindFilesAtPath
(
    ContainerType & OutFiles,
    const TCHAR * InPath,
    bool bIncludeFiles,
    bool bIncludeDirectories,
    bool bRecursive
) const

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