Navigation
API > API/Plugins > API/Plugins/CineAssemblyTools
Structure defining a single metadata field that can be associated with an assembly built from this schema, including its type, key, and default value
| Name | FAssemblyMetadataDesc |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyTools/Public/CineAssemblySchema.h |
| Include Path | #include "CineAssemblySchema.h" |
Syntax
USTRUCT ()
struct FAssemblyMetadataDesc
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetClass | FSoftClassPath | For AssetPath types, the class to restrict the value of this metadata field to | CineAssemblySchema.h |
|
| bEvaluateTokens | bool | If string field types should be evaluated as template token strings. | CineAssemblySchema.h |
|
| DefaultValue | TVariant< FString, bool, int32, float > | The default value for this metadata field | CineAssemblySchema.h | |
| Key | FString | The key associated with this field | CineAssemblySchema.h |
|
| SchemaType | FSoftObjectPath | For CineAssembly types, the schema type to restrict the value of this metadata field to | CineAssemblySchema.h |
|
| Type | ECineAssemblyMetadataType | Metadata type | CineAssemblySchema.h |
|