Navigation
API > API/Plugins > API/Plugins/SequencerPlaylists
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USequencerPlaylistPlayer
References
| Module | SequencerPlaylists |
| Header | /Engine/Plugins/VirtualProduction/SequencerPlaylists/Source/SequencerPlaylists/Public/SequencerPlaylistPlayer.h |
| Include | #include "SequencerPlaylistPlayer.h" |
Syntax
UCLASS (BlueprintType)
class USequencerPlaylistPlayer : public UObject
Remarks
Controls playback of playlist items
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnPlayerSequencerPlaylistSet | OnPlaylistSet |
Constructors
| Type | Name | Description | |
|---|---|---|---|
USequencerPlaylistPlayer
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| USequencerPlaylistPlayer * | |||
| FSequencerPlaylistPlaybackState | GetPlaybackState
(
USequencerPlaylistItem* Item |
||
| USequencerPlaylist * | GetPlaylist () |
||
| bool | IsPlaying
(
USequencerPlaylistItem* Item |
||
| bool | PauseAll () |
||
| bool | PauseItem
(
USequencerPlaylistItem* Item |
||
| bool | PlayAll
(
ESequencerPlaylistPlaybackDirection Direction |
||
| bool | PlayItem
(
USequencerPlaylistItem* Item, |
||
| bool | ResetAll () |
||
| bool | ResetItem
(
USequencerPlaylistItem* Item |
||
| void | SetPlaylist
(
USequencerPlaylist* InPlaylist |
||
| bool | StopAll () |
||
| bool | StopItem
(
USequencerPlaylistItem* Item |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. |