Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/UMusicClockComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConnectToCustomClockWithSettings
(
TInstancedStruct< FMusicClockSettingsBase > InMusicClockSettings |
HarmonixMetasound/Components/MusicClockComponent.h |
|
|
void ConnectToCustomClockWithSettings
(
const MusicClockSettingsType& InMusicClockSettings |
HarmonixMetasound/Components/MusicClockComponent.h |
ConnectToCustomClockWithSettings(TInstancedStruct< FMusicClockSettingsBase >)
| Name | ConnectToCustomClockWithSettings |
| 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 (BlueprintCallable, Category="MusicClock")
void ConnectToCustomClockWithSettings
(
TInstancedStruct < FMusicClockSettingsBase > InMusicClockSettings
)
ConnectToCustomClockWithSettings(const MusicClockSettingsType &)
| Name | ConnectToCustomClockWithSettings |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/Components/MusicClockComponent.h |
| Include Path | #include "HarmonixMetasound/Components/MusicClockComponent.h" |
template<typename MusicClockSettingsType>
void ConnectToCustomClockWithSettings
(
const MusicClockSettingsType & InMusicClockSettings
)