Navigation
API > API/Runtime > API/Runtime/AudioMixer
QuartzQuantizedCommand that starts a second clock on a sample-accurate boundary.
| Name | FQuantizedOtherClockStart |
| Type | class |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerQuantizedCommands.h |
| Include Path | #include "Quartz/AudioMixerQuantizedCommands.h" |
Syntax
class FQuantizedOtherClockStart : public IQuartzQuantizedCommand
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NameOfClockToStart | FName | Quartz/AudioMixerQuantizedCommands.h | ||
| OwningClockPtr | TSharedPtr< FQuartzClock > | 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 |