Navigation
API > API/Plugins > API/Plugins/AvalancheMediaEditor
| Name | IAvaMediaEditorModule |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMediaEditor/Public/IAvaMediaEditorModule.h |
| Include Path | #include "IAvaMediaEditorModule.h" |
Syntax
class IAvaMediaEditorModule : public IModuleInterface
Implements Interfaces
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModuleName | const TCHAR * | IAvaMediaEditorModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanFilterSupportComparisonOperation
(
const FName& InFilterKey, |
Check if current rundown filter expression factory support the comparison operation | IAvaMediaEditorModule.h | |
bool FilterExpression
(
const FName& InFilterKey, |
Evaluate the expression and return the result | IAvaMediaEditorModule.h | |
TSharedPtr< FExtensibilityManager > GetBroadcastToolBarExtensibilityManager() |
Returns the toolbar extensibility manager for the Broadcast Editor | IAvaMediaEditorModule.h | |
TArray< TSharedPtr< IAvaRundownFilterSuggestionFactory > > GetComplexSuggestions
(
EAvaRundownSearchListType InSuggestionType |
Get all complex suggestions with the given type (Template/Instanced/All) | IAvaMediaEditorModule.h | |
TSharedPtr< FExtensibilityManager > GetPlaybackToolBarExtensibilityManager() |
Returns the toolbar extensibility manager for the Playback Editor | IAvaMediaEditorModule.h | |
| Returns the context menu extensibility manager for the Rundown Editor's Template Pages | IAvaMediaEditorModule.h | ||
TSharedPtr< FExtensibilityManager > GetRundownToolBarExtensibilityManager() |
Returns the toolbar extensibility manager for the Playback Editor | IAvaMediaEditorModule.h | |
TArray< TSharedPtr< IAvaRundownFilterSuggestionFactory > > GetSimpleSuggestions
(
EAvaRundownSearchListType InSuggestionType |
Get all simple suggestions with the given type (Template/Instanced/All) | IAvaMediaEditorModule.h | |
FSlateIcon GetToolbarBroadcastButtonIcon() |
IAvaMediaEditorModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IAvaMediaEditorModule & Get() |
IAvaMediaEditorModule.h | ||
static FName GetRundownPageMenuName() |
Returns the tool menu name used for Page Context Menu | IAvaMediaEditorModule.h | |
static bool IsLoaded() |
IAvaMediaEditorModule.h |