TSandboxCreationResult

Utility type to allow implicit conversion to ISandboxInstance*, i.e. to allow shorthand semantics such as ISandboxManager* Manager = ...; if (ISandboxInstance* SandboxInstance = Manager->LoadNamedSandbox(...)) { ... }