Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/UMusicClockComponent
Description
Returns the fractional total bars from the beginning of the authored music content. NOTE: INCLUDES time for count-in and pickup bars.
| Name | GetBarsIncludingCountIn |
| 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 GetBarsIncludingCountIn
(
ECalibratedMusicTimebase Timebase
) const