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