Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Rundown
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include | #include "Rundown/AvaRundown.h" |
Syntax
USTRUCT ()
struct FAvaRundownPageCollection
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< int32, int32 > | PageIndices | Cache mapping the Page Id to the index where the Page with such Page Id is at | |
| TArray< FAvaRundownPage > | Pages |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty
(
UAvaRundown* InRundown, |
||
| int32 | GetPageIndex
(
const int32 InPageId |
||
| void | PostInsertRefreshPageIndices
(
const int32 InStartAtIndex |
Refresh page indices after a new page has been inserted at the given index. | |
| void | Complete refresh of the page indices. |