Navigation
Unreal Engine C++ API Reference > Runtime > SandboxFile > FSandboxPlatformFile
- IPlatformFile::DeleteDirectoryRecursively()
- FSandboxPlatformFile::DeleteDirectoryRecursively()
References
Module | SandboxFile |
Header | /Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h |
Include | #include "IPlatformFileSandboxWrapper.h" |
Source | /Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp |
virtual bool DeleteDirectoryRecursively
&40;
const TCHAR &42; Directory
&41;
Remarks
Delete all files and subdirectories in a directory, then delete the directory itself true if the directory was deleted or did not exist.
Parameters
Name | Description |
---|---|
Directory | The directory to delete. |