Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/QuartzInterfaces.h |
| Include | #include "Sound/QuartzInterfaces.h" |
Syntax
class IQuartzClock
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddQuantizedCommand
(
FQuartzQuantizedRequestData& InQuantizedRequestData |
Quantized Command Management: | |
| void | AddQuantizedCommand
(
FQuartzQuantizedCommandInitInfo& InQuantizationCommandInitInfo |
||
| void | AddQuantizedCommand
(
FQuartzQuantizationBoundary InQuantizationBoundary, |
||
| void | Pause () |
||
| void | Restart
(
bool bPause |
||
| void | Resume () |
Transport control. | |
| void | Stop
(
bool CancelPendingEvents |
||
| void | SubscribeToAllTimeDivisions
(
FQuartzGameThreadSubscriber InSubscriber |
||
| void | SubscribeToTimeDivision
(
FQuartzGameThreadSubscriber InSubscriber, |
Metronome Event Subscription: | |
| void | UnsubscribeFromAllTimeDivisions
(
FQuartzGameThreadSubscriber InSubscriber |
||
| void | UnsubscribeFromTimeDivision
(
FQuartzGameThreadSubscriber InSubscriber, |