FQuartzQuantizationBoundary

Struct used to specify the quantization boundary of an event

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/QuartzQuantizationUtilities.h

Include

#include "Sound/QuartzQuantizationUtilities.h"

Syntax

struct FQuartzQuantizationBoundary

Remarks

Struct used to specify the quantization boundary of an event

Variables

Name Description

Public variable

bool

 

bFireOnClockStart

If this is true and the Clock hasn't started yet, the event will fire immediately when the Clock starts.

Public variable

EQuarztQuantiza...

 

CountingReferencePoint

Public variable

float

 

Multiplier

How many "Resolutions" to wait before the onset we care about

Public variable

EQuartzCommandQ...

 

Quantization

Resolution we are interested in

Constructors

Name Description

Public function

FQuartzQuantizationBoundary

(
    EQuartzCommandQuantization InQuanti...,
    float InMultiplier,
    EQuarztQuantizationReference InRefe...,
    bool bInFireOnClockStart
)

Ctor

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