set_playback_range
Set the playback range for a LevelSequence by specifying start and end frames. Control which part of the sequence plays during preview or rendering.
Instructions
Set the playback start and end frames of a sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_frame | Yes | End frame | |
| start_frame | Yes | Start frame | |
| sequence_path | Yes | LevelSequence asset path |