Navigation
API > API/Plugins > API/Plugins/AvalancheMediaEditor > API/Plugins/AvalancheMediaEditor/Rundown > API/Plugins/AvalancheMediaEditor/Rundown/FAvaRundownEditor
References
| Module | AvalancheMediaEditor |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMediaEditor/Private/Rundown/AvaRundownEditor.cpp |
| Include | #include "Rundown/AvaRundownEditor.cpp" |
Syntax
class FSharedConsoleCommands
Remarks
Console commands are shared between all editors. However, only the editor that is the active tab will receive the commands.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSharedConsoleCommands
(
FPrivateToken |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FSharedConsoleCommands > | |||
| void | RegisterEditor
(
const TSharedPtr< FAvaRundownEditor >& InRundownEditor |
||
| void | UnregisterEditor
(
FAvaRundownEditor* InRundownEditor |