Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Defines the parameters for the page id generator algorithm. The Id generator uses a sequence strategy to search for an unused id. It is defined by a starting id and a search direction.
| Name | FAvaRundownPageIdGeneratorParams |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Rundown/AvaRundown.h |
| Include Path | #include "Rundown/AvaRundown.h" |
Syntax
struct FAvaRundownPageIdGeneratorParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAvaRundownPageIdGeneratorParams
(
int32 InReferenceId, |
Rundown/AvaRundown.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Increment | int32 | (Initial) Search increment. | Rundown/AvaRundown.h | |
| ReferenceId | int32 | Starting Id for the search. | Rundown/AvaRundown.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAvaRundownPageIdGeneratorParams FromInsertPosition
(
const FAvaRundownPageInsertPosition& InInsertPosition |
Operation helper: Determines id generation from the insert parameters. | Rundown/AvaRundown.h | |
static FAvaRundownPageIdGeneratorParams FromInsertPositionOrSourceId
(
int32 InSourceId, |
Operation helper: Id generation prefers using insertion parameters (if specified) over source id. | Rundown/AvaRundown.h |