FPakPlatformFile::CreateDirectoryTree

Create a directory, including any parent directories and return true if the directory was created or already existed.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::CreateDirectoryTree()

FPakPlatformFile::CreateDirectoryTree()

References

Module

PakFile

Header

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

Include

#include "IPlatformFilePak.h"

Syntax

virtual bool CreateDirectoryTree
(
    const TCHAR * Directory
)

Remarks

Create a directory, including any parent directories and return true if the directory was created or already existed.

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