Navigation
API > API/Runtime > API/Runtime/Engine
Transport Time stamp, used for tracking the musical time stamp on a clock.
| Name | FQuartzTransportTimeStamp |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/QuartzQuantizationUtilities.h |
| Include Path | #include "Sound/QuartzQuantizationUtilities.h" |
Syntax
USTRUCT (BlueprintType )
struct FQuartzTransportTimeStamp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bars | int32 | The current bar this clock is on. | Sound/QuartzQuantizationUtilities.h |
|
| Beat | int32 | The current beat this clock is on. | Sound/QuartzQuantizationUtilities.h |
|
| BeatFraction | float | A fractional representation of the time that's played since the last bear. | Sound/QuartzQuantizationUtilities.h |
|
| Seconds | float | The time in seconds that this TimeStamp occured at. | Sound/QuartzQuantizationUtilities.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsZero() |
Sound/QuartzQuantizationUtilities.h | ||
void Reset() |
Sound/QuartzQuantizationUtilities.h |