Navigation
Unreal Engine C++ API Reference > Runtime > PakFile > FPakFile
References
Module | PakFile |
Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
Include | #include "IPlatformFilePak.h" |
const FPakDirectory * FindPrunedDirectory
(
const TCHAR * InPath
) const
Remarks
Finds a directory in pak file. Pointer to a map with directory contents if the directory was found, NULL otherwise.
Parameters
Name | Description |
---|---|
InPath | Directory path. |