FPakFile::FindDirectory

Finds a directory in pak file.

Windows
MacOS
Linux

References

Module

PakFile

Header

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

Include

#include "IPlatformFilePak.h"

Syntax

const FPakDirectory * FindDirectory
(
    const TCHAR * InPath
) const

Remarks

Finds a directory in pak file.

Returns

Pointer to a map with directory contents if the directory was found, NULL otherwise.

Parameters

Parameter

Description

InPath

Directory path.

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