ETimeSynthEventQuantization

An enumeration for specifying "global" quantization for all clips if clips choose global quantization enumeration.

Windows
MacOS
Linux

References

Module

TimeSynth

Header

/Engine/Plugins/Runtime/TimeSynth/Source/TimeSynth/Classes/TimeSynthComponent.h

Include

#include "TimeSynthComponent.h"

Syntax

enum ETimeSynthEventQuantization
{
    None,
    Bars8,
    Bars4,
    Bars2,
    Bar,
    HalfNote,
    HalfNoteTriplet,
    QuarterNote,
    QuarterNoteTriplet,
    EighthNote,
    EighthNoteTriplet,
    SixteenthNote,
    SixteenthNoteTriplet,
    ThirtySecondNote,
    Count,
}

Values

Name

Description

None

Bars8

Bars4

Bars2

Bar

HalfNote

HalfNoteTriplet

QuarterNote

QuarterNoteTriplet

EighthNote

EighthNoteTriplet

SixteenthNote

SixteenthNoteTriplet

ThirtySecondNote

Count

Remarks

An enumeration for specifying "global" quantization for all clips if clips choose global quantization enumeration.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss