Navigation
API > API/Plugins > API/Plugins/CineAssemblyToolsEditor > API/Plugins/CineAssemblyToolsEditor/UCineAssemblyEditorFunctionLibra-
Description
Returns asset data for every CineAssembly asset created from the input Schema. If the input is null, this function returns all CineAssembly assets that have no schema set.
| Name | FindAssembliesBySchema |
| 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")
static TArray< FAssetData > FindAssembliesBySchema
(
const UCineAssemblySchema * Schema
)
Asset data for every assembly whose schema matches the input
Parameters
| Name | Remarks |
|---|---|
| Schema | The schema to search for, or null to find assemblies with no schema |