I am trying to modify the frame range that a sub sequence exists in a parent sequence.
It looks like I have to set a property for section_range but I can’t figure out the signature of the value for this. is it a tuple of numbers? list of numbers? apparently it has to be a class of object called MovieSceneFrameRange which is documented sparsely. How do you create an object with a start and end value from an unreal.MovieSceneFrameRange object?
subsequence.set_editor_property("section_range", ?)
What goes where the question mark is?