UQuartzSubsystem::GetDurationOfQuantizationTypeInSeconds

Returns the duration in seconds of the given Quantization Type

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/Quartz/QuartzSubsystem.h

Include

#include "Quartz/QuartzSubsystem.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/Quartz/QuartzSubsystem.cpp

Syntax

float GetDurationOfQuantizationTypeInSeconds
(
    const UObject * WorldContextObject,
    FName ClockName,
    const EQuartzCommandQuantization & QuantizationType,
    float Multiplier
)

Remarks

Returns the duration in seconds of the given Quantization Type

Returns

The duration, in seconds, of a multiplier amount of the Quantization Type, or -1 in the case the clock is invalid

Parameters

Parameter

Description

The

Quantization type to measure

The

quantity of the Quantization Type to calculate the time of

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