Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Carries the context for the playback of a page list. In particular, what is the current play head to be able to move to the next page in the page list. Note: a "rundown" has many page lists and each page lists has 2 play type (preview or program), therefore, we have many instances of this page list context for each page lists and play type within a "rundown" object.
| Name | FAvaRundownPageListPlaybackContext |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
Syntax
struct FAvaRundownPageListPlaybackContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlayHeadPageId | int32 | Keeps track of the page id the play head is on, i.e. this is the last played page. | Rundown/AvaRundown.h |