FQuartzClockManager::GetDurationOfQuantizationTypeInSeconds

Returns the duration in seconds of the given Quantization Type, or -1 if the Clock is invalid or nonexistent.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

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

Include

#include "Quartz/AudioMixerClockManager.h"

Source

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

Syntax

float GetDurationOfQuantizationTypeInSeconds
(
    const FName & InClockName,
    const EQuartzCommandQuantization & QuantizationType,
    float Multiplier
)

Remarks

Returns the duration in seconds of the given Quantization Type, or -1 if the Clock is invalid or nonexistent.

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