Navigation
API > API/Plugins > API/Plugins/AvalancheMediaEditor
Inheritance Hierarchy
- IModuleInterface
- IAvaMediaEditorModule
References
| Module | AvalancheMediaEditor |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMediaEditor/Public/IAvaMediaEditorModule.h |
| Include | #include "IAvaMediaEditorModule.h" |
Syntax
class IAvaMediaEditorModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanFilterSupportComparisonOperation
(
const FName& InFilterKey, |
Check if current rundown filter expression factory support the comparison operation | |
| bool | FilterExpression
(
const FName& InFilterKey, |
Evaluate the expression and return the result | |
| IAvaMediaEditorModule & | Get () |
||
| TSharedPtr< FExtensibilityManager > | Returns the toolbar extensibility manager for the Broadcast Editor | ||
| TArray< TSharedPtr< IAvaRundownFilterSuggestionFactory > > | GetComplexSuggestions
(
EAvaRundownSearchListType InSuggestionType |
Get all complex suggestions with the given type (Template/Instanced/All) | |
| FOnRundownServerStarted & | |||
| FOnRundownServerStopped & | |||
| TSharedPtr< FExtensibilityManager > | Returns the toolbar extensibility manager for the Playback Editor | ||
| TSharedPtr< FExtensibilityManager > | Returns the context menu extensibility manager for the Rundown Editor's Template Pages | ||
| FName | Returns the tool menu name used for Page Context Menu | ||
| TSharedPtr< FAvaRundownServer > | |||
| TSharedPtr< FExtensibilityManager > | Returns the toolbar extensibility manager for the Playback Editor | ||
| TArray< TSharedPtr< IAvaRundownFilterSuggestionFactory > > | GetSimpleSuggestions
(
EAvaRundownSearchListType InSuggestionType |
Get all simple suggestions with the given type (Template/Instanced/All) | |
| FSlateIcon | |||
| bool | IsLoaded () |
Typedefs
| Name | Description |
|---|---|
| FOnRundownServerStarted | |
| FOnRundownServerStopped |
Constants
| Name | Description |
|---|---|
| ModuleName |