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 FAvaRundownPageIdGeneratorParams
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Increment | (Initial) Search increment. | |
| int32 | ReferenceId | Starting Id for the search. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaRundownPageIdGeneratorParams
(
int32 InReferenceId, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAvaRundownPageIdGeneratorParams | FromInsertPosition
(
const FAvaRundownPageInsertPosition& InInsertPosition |
Operation helper: Determines id generation from the insert parameters. | |
| FAvaRundownPageIdGeneratorParams | FromInsertPositionOrSourceId
(
int32 InSourceId, |
Operation helper: Id generation prefers using insertion parameters (if specified) over source id. |