Skip to content
Jigwright
HullForge docs

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_rangeWrite

Arguments

NameTypeDescription
endreqnumberEXCLUSIVE end position. Must be greater than start.
sequencereqstringPath to a Level Sequence or other UMovieSceneSequence asset, for example /Game/Cinematics/LS_Intro.
startreqnumberInclusive start position.
forceboolean
= 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.
unitsstring
= frames
'frames' means display-rate frames, what the timeline shows. 'ticks' means raw tick-resolution values, what the asset stores.
frames | ticks

Nearby in Sequencer and cinematics:

All 23 tools in Sequencer and cinematics — 14 more not listed here.