Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry > API/Plugins/ToolsetRegistry/FGlobalSandbox
Description
Creates a new sandbox or resumes an existing one by name. If a different sandbox is already active, it is left before entering the new one.
| Name | Enter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/SandboxLibrary.h |
| Include Path | #include "ToolsetRegistry/SandboxLibrary.h" |
| Source | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Private/ToolsetRegistry/SandboxLibrary.cpp |
static bool Enter
(
const FString & Name,
const FString & Description
)
True if the named sandbox is now active; false if leaving the current sandbox or entering the requested sandbox failed.
Parameters
| Name | Remarks |
|---|---|
| Name | The name of the sandbox to enter or create. |
| Description | Used only when creating a new sandbox; ignored if a sandbox with the given name already exists. |