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_rangeWriteArguments
| Name | Type | Description |
|---|---|---|
end_secondsreq | number | EXCLUSIVE end: the section is evaluated up to but not at this time. |
sectionreq | string | Object path of the section, as hf_list_sequence_tracks reports it inside each track's sections array. |
sequencereq | string | Path to a Level Sequence or other UMovieSceneSequence asset, for example /Game/Cinematics/LS_Intro. |
start_secondsreq | number | Inclusive start. |
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. |
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 Playback Range
- Set Sequence Section Properties
- Set Sequence Track Muted
All 23 tools in Sequencer and cinematics — 14 more not listed here.