unreal.QuarztQuantizationReference

class unreal.QuarztQuantizationReference

Bases: unreal.EnumBase

An enumeration for specifying quantization boundary reference frame

C++ Source:

  • Module: Engine

  • File: QuartzQuantizationUtilities.h

BAR_RELATIVE

Will occur on the next occurence of this duration from the start of a bar (i.e. On beat 3)

Type

0

CURRENT_TIME_RELATIVE

Will occur on the next multiple of this duration from the current time (i.e. In three beats)

Type

2

TRANSPORT_RELATIVE

Will occur on the next multiple of this duration since the clock started ticking (i.e. on the next 4 bar boundary)

Type

1