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
USTRUCT (BlueprintType )
struct FQuartzTimeSignature
Remarks
Quartz Time Signature.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EQuartzTimeSignatureQuantization | BeatType | Denominator | |
| int32 | NumBeats | Numerator | |
| TArray< FQuartzPulseOverrideStep > | OptionalPulseOverride | Beat override |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default ctor | |||
FQuartzTimeSignature
(
const FQuartzTimeSignature& Other |
Copy ctor |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FQuartzTimeSignature & | operator=
(
const FQuartzTimeSignature& Other |
Assignment | |
| bool | operator==
(
const FQuartzTimeSignature& Other |
Comparison |