unreal.QuartzCommandType

class unreal.QuartzCommandType

Bases: EnumBase

An enumeration for specifying Quartz command types

C++ Source:

  • Module: Engine

  • File: QuartzQuantizationUtilities.h

CUSTOM: QuartzCommandType

Quantized custom command

Type:

6

PLAY_SOUND: QuartzCommandType

Play a sound on a spample-accurate boundary (taking a voice slot immediately)

Type:

0

QUEUE_SOUND_TO_PLAY: QuartzCommandType

Queue a sound to play when it gets closer to its quantization boundary (avoids stealing a voice slot right away)

Type:

1

RETRIGGER_SOUND: QuartzCommandType

Quantized looping of the target sound (event tells the AudioComponent to play the sound again)

Type:

2

START_OTHER_CLOCK: QuartzCommandType

Quantized start of another clock. Useful for sample accurate synchronization of clocks (i.e. to handle time signature changes)

Type:

5

TICK_RATE_CHANGE: QuartzCommandType

Quantized change of the tick-rate (i.e. BPM change)

Type:

3

TRANSPORT_RESET: QuartzCommandType

Quantized reset of the clocks transport (back to time = 0 on the boundary)

Type:

4