Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/Rundown > API/Plugins/AvalancheMedia/Rundown/UAvaRundown
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include | #include "Rundown/AvaRundown.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Private/Rundown/AvaRundown.cpp |
int32 AddPageFromTemplate
(
int32 InTemplateId,
const FAvaRundownPageIdGeneratorParams & InIdGeneratorParams,
const FAvaRundownPageInsertPosition & InInsertAt
)
Remarks
Creates a new page in the page list using the given template. Returns the page Id of the created page.
Parameters
| Name | Description |
|---|---|
| InTemplateId | Reference to the template to use for that page. |
| InIdGeneratorParams | Defines how the page id is going to be generated. |
| InInsertAt | Specifies the insertion location in the page list (i.e. the index in the page list). |