Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Args for deleting sandbox by directory.
| Name | FDeleteSandboxByDirectoryArgs |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/Manager/DeleteSandboxByDirectoryArgs.h |
| Include Path | #include "Types/Manager/DeleteSandboxByDirectoryArgs.h" |
Syntax
struct FDeleteSandboxByDirectoryArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDeleteSandboxByDirectoryArgs
(
FString InDirectory |
Types/Manager/DeleteSandboxByDirectoryArgs.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Directory | FString | The root directory of the sandbox (i.e. the one containing the manifest file). | Types/Manager/DeleteSandboxByDirectoryArgs.h |