Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Utility type to allow implicit conversion to ISandboxInstance*, i.e. to allow shorthand semantics such as ISandboxManager* Manager = ...; if (ISandboxInstance* SandboxInstance = Manager->LoadNamedSandbox(...)) { ... }
| Name | TSandboxCreationResult |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/ArgsFwds.h |
| Include Path | #include "Types/ArgsFwds.h" |
| Source | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/Manager/SandboxCreationResult.h |
Syntax
template<typename TErrorType>
struct TSandboxCreationResult : public TValueOrError< TNotNull< ISandboxInstance * >, TErrorType >
Inheritance Hierarchy
- TValueOrError → TSandboxCreationResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSandboxCreationResult
(
TValueOrError< TNotNull< ISandboxInstance* >, TErrorType > Result |
Types/Manager/SandboxCreationResult.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TValueOrError< TNotNull< ISandboxInstance * >, TErrorType > | Types/Manager/SandboxCreationResult.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator ISandboxInstance *() |
Types/Manager/SandboxCreationResult.h |