Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Metadata about a sandbox. This data is not needed for operations of the sandbox itself and is intended to be useful for external systems.
| Name | FFileSandboxCore_SandboxMetaData |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Data/SandboxMetaData.h |
| Include Path | #include "Data/SandboxMetaData.h" |
Syntax
USTRUCT ()
struct FFileSandboxCore_SandboxMetaData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Data/SandboxMetaData.h | |||
FFileSandboxCore_SandboxMetaData
(
FString InName, |
Data/SandboxMetaData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomData | FFileSandboxCore_InstancedStructMap | Custom advanced data that may have been added to this sandbox. | Data/SandboxMetaData.h | |
| Description | FString | Description of this sandbox, usually provided by the user. | Data/SandboxMetaData.h | |
| Name | FString | Name of this sandbox, usually provided by the user. | Data/SandboxMetaData.h | |
| Tags | TArray< FName > | Custom tags that may have been added to this sandbox. | Data/SandboxMetaData.h |