Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Possible outcomes from a session persist.
| Name | UE::FileSandboxCore::EPersistStatus |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/Sandbox/PersistResult.h |
| Include Path | #include "Types/Sandbox/PersistResult.h" |
Syntax
namespace UE
{
namespace FileSandboxCore
{
enum EPersistStatus
{
Success,
Failure,
NotAllowed,
}
}
}
Values
| Name | Remarks |
|---|---|
| Success | The packages were persisted correctly. |
| Failure | We failed to persist the packages. |
| NotAllowed | We are not allowed to persist. |