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
struct FAvaRundownPageInsertPosition
Remarks
Defines the insertion position in a page list.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | AdjacentId | The position is defined with a page id because it is coupled with the id generation. | |
| bool | bAddBelow | Defines the insertion position relative to the reference page i.e. above or below the adjacent page. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaRundownPageInsertPosition
(
int32 InAdjacentId, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConditionalUpdateAdjacentId
(
int32 InNewAdjacentId |
Update the id only if it was initially valid. | |
| bool | IsAddAbove () |
||
| bool | IsAddBelow () |
||
| bool | IsValid () |