Navigation
API > API/Plugins > API/Plugins/SequencerPlaylists
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USequencerPlaylistItem
References
| Module | SequencerPlaylists |
| Header | /Engine/Plugins/VirtualProduction/SequencerPlaylists/Source/SequencerPlaylists/Public/SequencerPlaylistItem.h |
| Include | #include "SequencerPlaylistItem.h" |
Syntax
UCLASS&40;BlueprintType, Abstract, Within&61;SequencerPlaylist&41;
class USequencerPlaylistItem : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHoldAtFirstFrame | If true, the sequence will be inserted immediately on recording start and any time Reset() is called, paused at the first frame indefinitely until subsequently played or stopped. | |
| bool | bMute | Disable playback of this item and prevent it from entering a hold state. | |
| int32 | EndFrameOffset | Number of frames by which to clip the out point of sections played from this item. | |
| int32 | NumLoops | 0 is single playthrough, >= 1 is (n+1) playthroughs. | |
| float | PlaybackSpeed | Speed multiplier at which to play sections created by this item. | |
| int32 | StartFrameOffset | Number of frames by which to clip the in point of sections played from this item. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText |