Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/IMusicSource
Description
Set the tempo in BPM. For RuntimeMusicSource: modifies the underlying song maps directly. For MetasoundMusicSource: requires Metasound interface support (future work).
Derived Overrides
| Name | SetTempo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/MusicSource/MusicSource.h |
| Include Path | #include "HarmonixMetasound/MusicSource/MusicSource.h" |
UFUNCTION (BlueprintCallable, Category="MusicSource")
virtual void SetTempo
(
float BPM
)