Skip to content
Jigwright
HullForge docs

Set Sequence Section Range

Move or resize a section. Refuses on a locked or read-only section rather than reporting a success the engine quietly ignored, and reports what the new range plays and overlaps.

hf_set_sequence_section_rangeWrite

Arguments

NameTypeDescription
end_secondsreqnumberEXCLUSIVE end: the section is evaluated up to but not at this time.
sectionreqstringObject path of the section, as hf_list_sequence_tracks reports it inside each track's sections array.
sequencereqstringPath to a Level Sequence or other UMovieSceneSequence asset, for example /Game/Cinematics/LS_Intro.
start_secondsreqnumberInclusive start.
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.

Nearby in Sequencer and cinematics:

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