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="Quantization",
Meta=(WorldContext="WorldContextObject", AdvancedDisplay="QuantizationBoundary, Delegate", AutoCreateRefTerm="QuantizationBoundary, Delegate", Keywords="BPM, Tempo"))
void SetSecondsPerTick
(
const UObject * WorldContextObject,
UPARAM(ref) const FQuartzQuantizationBoundary & QuantizationBoundary,
const FOnQuartzCommandEventBP & Delegate,
UQuartzClockHandle *& ClockHandle,
float SecondsPerTick
)