Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/UAvaRundown
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FAvaRundownPage & GetNextPage
(
int32 InPageId |
Gets the page following the page with the given page id. Using current active page list. | Rundown/AvaRundown.h | |
FAvaRundownPage & GetNextPage
(
int32 InPageId |
Gets the page following the page with the given page id. Using current active page list. | Rundown/AvaRundown.h | |
const FAvaRundownPage & GetNextPage
(
int32 InPageId, |
Gets the page following the page with the given page id in the given page list. | Rundown/AvaRundown.h | |
FAvaRundownPage & GetNextPage
(
int32 InPageId, |
Gets the page following the page with the given page id in the given page list. | Rundown/AvaRundown.h |
GetNextPage(int32)
Description
Gets the page following the page with the given page id. Using current active page list.
| Name | GetNextPage |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
const FAvaRundownPage & GetNextPage
(
int32 InPageId
) const
GetNextPage(int32)
Description
Gets the page following the page with the given page id. Using current active page list.
| Name | GetNextPage |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
FAvaRundownPage & GetNextPage
(
int32 InPageId
)
GetNextPage(int32, const FAvaRundownPageListReference &)
Description
Gets the page following the page with the given page id in the given page list. If the given page is not in the given list, the returned page is invalid.
| Name | GetNextPage |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundown.cpp |
const FAvaRundownPage & GetNextPage
(
int32 InPageId,
const FAvaRundownPageListReference & InPageListReference
) const
GetNextPage(int32, const FAvaRundownPageListReference &)
Description
Gets the page following the page with the given page id in the given page list. If the given page is not in the given list, the returned page is invalid.
| Name | GetNextPage |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundown.cpp |
FAvaRundownPage & GetNextPage
(
int32 InPageId,
const FAvaRundownPageListReference & InPageListReference
)