unreal.SongSection

class unreal.SongSection(start_tick: int = 0, length_ticks: int = 0, name: str = '')

Bases: MusicMapTimespanBase

A section in a piece of music has a name, a starting point, and a length

C++ Source:

  • Plugin: Harmonix

  • Module: HarmonixMidi

  • File: SectionMap.h

Editor Properties: (see get_editor_property/set_editor_property)

  • length_ticks (int32): [Read-Write]

  • name (str): [Read-Write]

  • start_tick (int32): [Read-Write]

property name: str

[Read-Only]

Type:

(str)