Navigation
API > API/Plugins > API/Plugins/AvalancheMediaEditor > API/Plugins/AvalancheMediaEditor/FAvaRundownEditor
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.
| Name | FAutoPlayTicker |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMediaEditor/Public/Rundown/AvaRundownEditor.h |
| Include Path | #include "Rundown/AvaRundownEditor.h" |
Syntax
struct FAutoPlayTicker : public FTickableEditorObject
Inheritance Hierarchy
- FTickableObjectBase → FTickableEditorObject → FAvaRundownEditor::FAutoPlayTicker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutoPlayTicker
(
TWeakPtr< FAvaRundownEditor > InRundownEditorWeak, |
Rundown/AvaRundownEditor.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultPlayInterval | double | Rundown/AvaRundownEditor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsCancelled | bool | Rundown/AvaRundownEditor.h | ||
| bIsPagePlaying | bool | Rundown/AvaRundownEditor.h | ||
| NextPageStartTime | double | Rundown/AvaRundownEditor.h | ||
| PlayInterval | double | Rundown/AvaRundownEditor.h | ||
| RundownEditorWeak | TWeakPtr< FAvaRundownEditor > | Rundown/AvaRundownEditor.h |
Functions
Public
Overridden from FTickableObjectBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TStatId GetStatId() |
Rundown/AvaRundownEditor.h | ||
virtual ETickableTickType GetTickableTickType() |
Rundown/AvaRundownEditor.h | ||
virtual void Tick
(
float DeltaTime |
Rundown/AvaRundownEditor.h |