Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Args for loading a pre-existing sandbox.
| |
|
| Name |
FLoadSandboxByNameArgs |
| Type |
struct |
| Header File |
/Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/Manager/LoadSandboxByNameArgs.h |
| Include Path |
#include "Types/Manager/LoadSandboxByNameArgs.h" |
Syntax
struct FLoadSandboxByNameArgs
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BaseDirectory |
FString |
The directory in which to search for the sandbox. |
Types/Manager/LoadSandboxByNameArgs.h |
|
| InitArgs |
FSandboxInitArgs |
Base arguments for instantiating the sandbox environment. |
Types/Manager/LoadSandboxByNameArgs.h |
|
| Name |
FString |
The name of the sandbox you want to load. |
Types/Manager/LoadSandboxByNameArgs.h |
|
Functions
Public