Set Sequence Playback Range
Set a sequence's playback range and verify it by reading it back. Takes positions in display-rate frames by default, because that is what the timeline shows; pass units: ticks to give raw tick values instead.
hf_set_sequence_playback_rangeWriteArguments
| Name | Type | Description |
|---|---|---|
endreq | number | EXCLUSIVE end position. Must be greater than start. |
sequencereq | string | Path to a Level Sequence or other UMovieSceneSequence asset, for example /Game/Cinematics/LS_Intro. |
startreq | number | Inclusive start position. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
units | string = frames | 'frames' means display-rate frames, what the timeline shows. 'ticks' means raw tick-resolution values, what the asset stores. frames | ticks |
Related tools
Nearby in Sequencer and cinematics:
- Remove Sequence Key
- Remove Sequence Section
- Remove Sequence Track
- Set Sequence Frame Rate
- Set Sequence Key
- Set Sequence Section Properties
- Set Sequence Section Range
- Set Sequence Track Muted
All 23 tools in Sequencer and cinematics — 14 more not listed here.