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