Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Rundown
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownMacroCollection.h |
| Include | #include "Rundown/AvaRundownMacroCollection.h" |
Syntax
USTRUCT ()
struct FAvaRundownMacroKeyBinding
Remarks
Defines a macro (list of commands) that is assigned to a shortcut key.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FAvaRundownMacroCommand > | Commands | List of commands this macro will run. | |
| FString | Description | Macro description | |
| FInputChord | InputChord | Input Key this Macro is bound to. |