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