ETimeSynthEventClipQuantization

An enumeration for specifying quantization for time synth clips.

Windows
MacOS
Linux

References

Module

TimeSynth

Header

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

Include

#include "TimeSynthComponent.h"

Syntax

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

Values

Name

Description

Global

None

Bars8

Bars4

Bars2

Bar

HalfNote

HalfNoteTriplet

QuarterNote

QuarterNoteTriplet

EighthNote

EighthNoteTriplet

SixteenthNote

SixteenthNoteTriplet

ThirtySecondNote

Count

Remarks

An enumeration for specifying quantization for time synth clips.

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