unreal.TimeSyncOption¶
- class unreal.TimeSyncOption¶
Bases:
EnumBaseETime Sync Option
C++ Source:
Plugin: Harmonix
Module: HarmonixDsp
File: TimeSyncOption.h
- NONE: TimeSyncOption = Ellipsis¶
Time setting will always be as authored
- Type:
0
- SPEED_SCALE: TimeSyncOption = Ellipsis¶
Time setting is multiplied by the current music playback speed.
- Type:
2
- TEMPO_SYNC: TimeSyncOption = Ellipsis¶
Time setting is interpreted as a multiple of quarter note(s) and kept in sync with the current tempo.
- Type:
1