Navigation
API > API/Plugins > API/Plugins/AvalancheMediaEditor > API/Plugins/AvalancheMediaEditor/IAvaMediaEditorModule
References
| Module | AvalancheMediaEditor |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMediaEditor/Public/IAvaMediaEditorModule.h |
| Include | #include "IAvaMediaEditorModule.h" |
TArray < TSharedPtr < IAvaRundownFilterSuggestionFactory > > GetComplexSuggestions
(
EAvaRundownSearchListType InSuggestionType
) const
Remarks
Get all complex suggestions with the given type (Template/Instanced/All) An Array containing all suggestions of the given type
Parameters
| Name | Description |
|---|---|
| InSuggestionType | Type of suggestion to get, see EAvaRundownSearchListType for more information |