Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Page command data is stored in json serialized string in the page to be compatible with external apps.
| Name | FAvaRundownPageCommandData |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundownPage.h |
| Include Path | #include "Rundown/AvaRundownPage.h" |
Syntax
USTRUCT ()
struct FAvaRundownPageCommandData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FString | Command name: string. | Rundown/AvaRundownPage.h |
|
| Payload | FString | Command payload: json formatted string. | Rundown/AvaRundownPage.h |
|