Set Sequence Section Properties
Set a section's row, blend type, completion mode, pre and post roll, and whether it is active or locked. Every one of these has a setter that can silently do nothing, so each is checked before it is called and read back after.
hf_set_sequence_section_propertiesWriteArguments
| Name | Type | Description |
|---|---|---|
sectionreq | string | Object path of the section. |
sequencereq | string | Path to a Level Sequence or other UMovieSceneSequence asset, for example /Game/Cinematics/LS_Intro. |
active | boolean | False mutes the section: it stays in the asset and evaluates nothing. |
blend_type | string | Absolute, Additive, Relative, AdditiveFromBase or Override. REFUSED when the section does not support it, because the engine's setter ignores it silently. |
completion_mode | string | KeepState, RestoreState or ProjectDefault: what happens to the values after the section stops evaluating. |
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. |
locked | boolean | A locked section refuses every other edit here, SILENTLY in the engine's own setters. Unlock first. |
post_roll_seconds | number | The same after its range. |
pre_roll_seconds | number | How long before its range the section is evaluated without producing output, to warm state up. |
row_index | number | Which row. Sections on the SAME row do not blend where they overlap; one wins. On different rows they do. |
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 Range
- Set Sequence Track Muted
All 23 tools in Sequencer and cinematics — 14 more not listed here.