Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Specifies a stage at which packages may be reloaded while sandboxed.
| Name | UE::FileSandboxCore::ESandboxPackageReloadPhase |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/Package/SandboxPackageReloadPhase.h |
| Include Path | #include "Types/Package/SandboxPackageReloadPhase.h" |
Syntax
namespace UE
{
namespace FileSandboxCore
{
enum ESandboxPackageReloadPhase
{
Startup,
Sandboxed,
Shutdown,
}
}
}
Values
| Name | Remarks |
|---|---|
| Startup | Sandbox is starting up and bringing files into the state of the sandbox. |
| Sandboxed | The engine is sandboxed and reloading files as part of an operation, e.g. reverting a change. |
| Shutdown | Sandbox is shutting down and cleaning up packages. |