Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Describes the result of the delete operation, with a reason of why it failed.
| Name | FDeleteSandboxResult |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/Manager/DeleteSandboxResult.h |
| Include Path | #include "Types/Manager/DeleteSandboxResult.h" |
Syntax
struct FDeleteSandboxResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Types/Manager/DeleteSandboxResult.h | |||
FDeleteSandboxResult
(
EDeleteSandboxErrorCode InErrorCode |
Types/Manager/DeleteSandboxResult.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorCode | EDeleteSandboxErrorCode | Describes the result of the delete operation, with a reason of why it failed. | Types/Manager/DeleteSandboxResult.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSuccess() |
Types/Manager/DeleteSandboxResult.h |