Navigation
API > API/Runtime > API/Runtime/AudioMixer
QuartzQuantizedCommand that changes the TickRate of a clock on a sample-accurate boundary (i.e. BPM changes)
| Name | FQuantizedTickRateChange |
| Type | class |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerQuantizedCommands.h |
| Include Path | #include "Quartz/AudioMixerQuantizedCommands.h" |
Syntax
class FQuantizedTickRateChange : public IQuartzQuantizedCommand
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OwningClockPtr | TSharedPtr< FQuartzClock > | Quartz/AudioMixerQuantizedCommands.h | ||
| TickRate | FQuartzClockTickRate | Quartz/AudioMixerQuantizedCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCommandName() |
Quartz/AudioMixerQuantizedCommands.h | ||
virtual EQuartzCommandType GetCommandType() |
Quartz/AudioMixerQuantizedCommands.h | ||
virtual TSharedPtr< IQuartzQuantizedCommand > GetDeepCopyOfDerivedObject() |
Quartz/AudioMixerQuantizedCommands.h | ||
virtual bool IsClockAltering() |
Quartz/AudioMixerQuantizedCommands.h | ||
virtual void OnFinalCallbackCustom
(
int32 InNumFramesLeft |
Quartz/AudioMixerQuantizedCommands.h | ||
virtual void OnQueuedCustom
(
const FQuartzQuantizedCommandInitInfo& InCommandInitInfo |
Quartz/AudioMixerQuantizedCommands.h | ||
void SetTickRate
(
const FQuartzClockTickRate& InTickRate |
Quartz/AudioMixerQuantizedCommands.h |