unreal.BeatMapPoint

class unreal.BeatMapPoint(start_tick: int = 0, length_ticks: int = 0)

Bases: MusicMapTimespanBase

A point in the music representing a “beat”.

Type may be ‘Downbeat’, ‘Strong’, or ‘Normal’ beat.

This is very useful for odd time signatures like 5/8 where the music’s beat might be on the 1st and 3rd eighth notes or the 1st and 4th eighth notes

C++ Source:

  • Plugin: Harmonix

  • Module: HarmonixMidi

  • File: BeatMap.h

Editor Properties: (see get_editor_property/set_editor_property)

  • length_ticks (int32): [Read-Write]

  • start_tick (int32): [Read-Write]