Navigation
API > API/Plugins > API/Plugins/SequencerPlaylists
References
| Module | SequencerPlaylists |
| Header | /Engine/Plugins/VirtualProduction/SequencerPlaylists/Source/SequencerPlaylists/Public/ISequencerPlaylistsModule.h |
| Include | #include "ISequencerPlaylistsModule.h" |
Syntax
class ISequencerPlaylistItemPlayer
Remarks
Interface for derived classes that play one or more subclasses of USequencerPlaylistItem.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddHold
(
USequencerPlaylistItem* Item |
Adds a first frame hold section for the specified item. | |
| FSequencerPlaylistPlaybackState | GetPlaybackState
(
USequencerPlaylistItem* Item |
||
| bool | Play
(
USequencerPlaylistItem* Item, |
Initiate playback of the specified item. | |
| bool | Reset
(
USequencerPlaylistItem* Item |
Reset the specified item. | |
| bool | Stop
(
USequencerPlaylistItem* Item |
Halt any current playback of the specified item. | |
| bool | TogglePause
(
USequencerPlaylistItem* Item |
Suspend playback of the specified item (if it is playing) and begin a hold. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsPlaying
(
USequencerPlaylistItem* Item |
Use GetPlaybackState(Item).bIsPlaying instead. |