Navigation
API > API/Runtime > API/Runtime/PakFile > API/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. |