Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
| |
|
| Name |
UE::FileSandboxCore::ELeaveSandboxErrorCode |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/Manager/LeaveSandboxResult.h |
| Include Path |
#include "Types/Manager/LeaveSandboxResult.h" |
Syntax
namespace UE
{
namespace FileSandboxCore
{
enum ELeaveSandboxErrorCode
{
Success,
Locked,
}
}
}
Values
| Name |
Remarks |
| Success |
The sandbox was left successfully, or the engine was not in any sandbox. |
| Locked |
The engine is locked to this sandbox. |