Skip to content
Jigwright
HullForge docs

Add Subsequence

Put one sequence inside another as a shot. REFUSES A CYCLE, including one two or three levels down, which the engine does not check and which hangs the editor the first time the sequence is evaluated.

hf_add_subsequenceWrite

Arguments

NameTypeDescription
sequencereqstringPath to a Level Sequence or other UMovieSceneSequence asset, for example /Game/Cinematics/LS_Intro.
sub_sequencereqstringPath to the sequence to put inside this one.
end_secondsnumberEXCLUSIVE end.
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.
row_indexnumberWhich row of the shot track. Shots on the SAME row do not blend where they overlap; one wins.
start_secondsnumberInclusive start. Defaults with end_seconds to the parent's playback range.

Nearby in Sequencer and cinematics:

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