Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Defines the insertion position in a page list.
| Name | FAvaRundownPageInsertPosition |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
Syntax
struct FAvaRundownPageInsertPosition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAvaRundownPageInsertPosition
(
int32 InAdjacentId, |
Rundown/AvaRundown.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdjacentId | int32 | The position is defined with a page id because it is coupled with the id generation. | Rundown/AvaRundown.h | |
| bAddBelow | bool | Defines the insertion position relative to the reference page i.e. above or below the adjacent page. | Rundown/AvaRundown.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConditionalUpdateAdjacentId
(
int32 InNewAdjacentId |
Update the id only if it was initially valid. | Rundown/AvaRundown.h | |
bool IsAddAbove() |
Rundown/AvaRundown.h | ||
bool IsAddBelow() |
Rundown/AvaRundown.h | ||
bool IsValid() |
Rundown/AvaRundown.h |