Navigation
API > API/Plugins > API/Plugins/CineAssemblyTools > API/Plugins/CineAssemblyTools/UCineAssembly
Description
Apply a map of metadata key-value pairs to this assembly. Keys matching the schema's AssemblyMetadata are applied with type-awareness based on each field's defined type. Keys not found in the schema are stored as InstanceMetadata.
| Name | ApplyMetadata |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyTools/Public/CineAssembly.h |
| Include Path | #include "CineAssembly.h" |
| Source | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyTools/Private/CineAssembly.cpp |
UFUNCTION (BlueprintCallable, Category="Cine Assembly Tools",
Meta=(AutoCreateRefTerm="InMetadata"))
void ApplyMetadata
(
const TMap < FString , FString > & InMetadata
)