Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Sound/QuartzQuantizationUtilities.h |
Include | #include "Sound/QuartzQuantizationUtilities.h" |
Syntax
struct FQuartzQuantizedRequestData
Remarks
Data that is gathered by the AudioThread to get passed from FActiveSound->FMixerSourceVoice eventually converted to IQuartzQuantizedCommand for the Quantized Command itself
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | ClockName | Shared with FQuartzQuantizedCommandInitInfo: |
![]() |
int32 | GameThreadDelegateID | |
![]() |
TArray< FQuartzGameThreadSubscriber > | GameThreadSubscribers | |
![]() |
FName | OtherClockName | |
![]() |
FQuartzQuantizationBoundary | QuantizationBoundary | |
![]() |
TSharedPtr< IQuartzQuantizedCommand > | QuantizedCommandPtr |