Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/Quartz > API/Runtime/AudioMixer/Quartz/UQuartzClockHandle
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerClockHandle.h |
| Include | #include "Quartz/AudioMixerClockHandle.h" |
| Source | /Engine/Source/Runtime/AudioMixer/Private/Quartz/AudioMixerClockHandle.cpp |
UFUNCTION (BlueprintCallable, Category="Quartz Clock", Meta=(WorldContext="WorldContextObject"))
float GetDurationOfQuantizationTypeInSeconds
(
const UObject * WorldContextObject,
const EQuartzCommandQuantization & QuantizationType,
float Multiplier
)
Remarks
Returns the duration in seconds of the given Quantization Type The duration, in seconds, of a multiplier amount of the Quantization Type, or -1 in the case the clock is invalid
Parameters
| Name | Description |
|---|---|
| The | Quantization type to measure |
| The | quantity of the Quantization Type to calculate the time of |