Navigation
API > API/Plugins > API/Plugins/CineAssemblyToolsEditor > API/Plugins/CineAssemblyToolsEditor/UCineAssemblyEditorFunctionLibra-
Description
Returns copies of all Associated Asset descriptors on the Schema's template sequence. To mutate one, call one of the appropriate setter functions with the descriptor's AssetID.
| Name | GetSchemaAssociatedAssetDescs |
| 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 Descs", Meta=(ScriptMethod="GetAssociatedAssetDescs"))
static TArray< FAssemblyAssociatedAssetDesc > GetSchemaAssociatedAssetDescs
(
UCineAssemblySchema * Schema
)