Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IQuartzClock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddQuantizedCommand
(
FQuartzQuantizedRequestData& InQuantizedRequestData |
Quantized Command Management: | Sound/QuartzInterfaces.h | |
void AddQuantizedCommand
(
FQuartzQuantizedCommandInitInfo& InQuantizationCommandInitInfo |
Sound/QuartzInterfaces.h | ||
void AddQuantizedCommand
(
FQuartzQuantizationBoundary InQuantizationBoundary, |
Sound/QuartzInterfaces.h |
AddQuantizedCommand(FQuartzQuantizedRequestData &)
Description
Quantized Command Management:
| Name | AddQuantizedCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/QuartzInterfaces.h |
| Include Path | #include "Sound/QuartzInterfaces.h" |
void AddQuantizedCommand
(
FQuartzQuantizedRequestData & InQuantizedRequestData
)
AddQuantizedCommand(FQuartzQuantizedCommandInitInfo &)
| Name | AddQuantizedCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/QuartzInterfaces.h |
| Include Path | #include "Sound/QuartzInterfaces.h" |
void AddQuantizedCommand
(
FQuartzQuantizedCommandInitInfo & InQuantizationCommandInitInfo
)
AddQuantizedCommand(FQuartzQuantizationBoundary, TSharedPtr< IQuartzQuantizedCommand >)
| Name | AddQuantizedCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/QuartzInterfaces.h |
| Include Path | #include "Sound/QuartzInterfaces.h" |
void AddQuantizedCommand
(
FQuartzQuantizationBoundary InQuantizationBoundary,
TSharedPtr < IQuartzQuantizedCommand > InNewEvent
)