Navigation
API > API/Plugins > API/Plugins/CineAssemblyToolsEditor > API/Plugins/CineAssemblyToolsEditor/UCineAssemblyEditorFunctionLibra-
Description
Returns a copy of the Associated Asset descriptor with the given AssetID on the Schema's template sequence. To mutate, call one of the appropriate setter functions with the descriptor's AssetID.
| Name | GetSchemaAssociatedAssetDesc |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Public/CineAssemblyEditorFunctionLibrary.h |
| Include Path | #include "CineAssemblyEditorFunctionLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Private/CineAssemblyEditorFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Cine Assembly Tools",
DisplayName="Get Associated Asset Desc", Meta=(ScriptMethod="GetAssociatedAssetDesc"))
static FAssemblyAssociatedAssetDesc GetSchemaAssociatedAssetDesc
(
UCineAssemblySchema * Schema,
FGuid AssetID
)