Navigation
API > API/Plugins > API/Plugins/AvalancheMediaEditor > API/Plugins/AvalancheMediaEditor/Rundown > API/Plugins/AvalancheMediaEditor/Rundown/FAvaRundownEditor
Inheritance Hierarchy
- FTickableObjectBase
- FTickableEditorObject
- FAvaRundownEditor::FAutoPlayTicker
References
| Module | AvalancheMediaEditor |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMediaEditor/Public/Rundown/AvaRundownEditor.h |
| Include | #include "Rundown/AvaRundownEditor.h" |
Syntax
struct FAutoPlayTicker : public FTickableEditorObject
Remarks
Tickable object that keeps track of the play time of a page and will automatically play the next page once the specified play time has elapsed. The measure of play time begins when the page has started playing, the loading time is ignored. This is tracked from the page's status.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsCancelled | ||
| bool | bIsPagePlaying | ||
| double | NextPageStartTime | ||
| double | PlayInterval | ||
| TWeakPtr< FAvaRundownEditor > | RundownEditorWeak |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAutoPlayTicker
(
TWeakPtr< FAvaRundownEditor > InRundownEditorWeak, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TStatId | GetStatId () |
||
| ETickableTickType | |||
| void | Tick
(
float DeltaTime |
Constants
| Name | Description |
|---|---|
| DefaultPlayInterval |