Navigation
API > API/Runtime > API/Runtime/AudioMixer
| Name | FQuantizedQueueCommand |
| Type | class |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerQuantizedCommands.h |
| Include Path | #include "Quartz/AudioMixerQuantizedCommands.h" |
Syntax
class FQuantizedQueueCommand : public IQuartzQuantizedCommand
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FQuantizedQueueCommand() |
Quartz/AudioMixerQuantizedCommands.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AudioComponentData | FAudioComponentCommandInfo | Data for the quantization event. | 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 void OnFinalCallbackCustom
(
int32 InNumFramesLeft |
Quartz/AudioMixerQuantizedCommands.h | ||
virtual void OnQueuedCustom
(
const FQuartzQuantizedCommandInitInfo& InCommandInitInfo |
Quartz/AudioMixerQuantizedCommands.h | ||
virtual int32 OverrideFramesUntilExec
(
int32 NumFramesUntilExec |
Quartz/AudioMixerQuantizedCommands.h | ||
virtual bool RequiresAudioDevice() |
Quartz/AudioMixerQuantizedCommands.h | ||
void SetQueueCommand
(
const FAudioComponentCommandInfo& InAudioCommandData |
Quartz/AudioMixerQuantizedCommands.h |