Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Sound
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Sound/QuartzQuantizationUtilities.h |
Include | #include "Sound/QuartzQuantizationUtilities.h" |
Syntax
struct FQuartzTransportTimeStamp
Remarks
Transport Time stamp, used for tracking the musical time stamp on a clock.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | Bars | The current bar this clock is on. |
![]() |
int32 | Beat | The current beat this clock is on. |
![]() |
float | BeatFraction | A fractional representation of the time that's played since the last bear. |
![]() |
float | Seconds | The time in seconds that this TimeStamp occured at. |