Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/UMusicClockComponent
Description
Returns the fractional total beats from the beginning of the authored music content. NOTE: INCLUDES time for count-in and pickup bars.
| Name | GetBeatsIncludingCountIn |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/Components/MusicClockComponent.h |
| Include Path | #include "HarmonixMetasound/Components/MusicClockComponent.h" |
| Source | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Private/HarmonixMetasound/Components/MusicClockComponent.cpp |
UFUNCTION (BlueprintPure, Category="MusicClock")
float GetBeatsIncludingCountIn
(
ECalibratedMusicTimebase Timebase
) const