Navigation
API > API/Plugins > API/Plugins/FileSandboxCore > API/Plugins/FileSandboxCore/ISandboxManager
Description
Deletes the sandbox with the given name, if found. It is valid to delete a sandbox if it is currently valid.
| Name | DeleteNamedSandbox |
| Type | function |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/ISandboxManager.h |
| Include Path | #include "ISandboxManager.h" |
| Source | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Private/ISandboxManager.cpp |
FDeleteSandboxResult DeleteNamedSandbox
(
const FDeleteSandboxByNameArgs & InArgs
)