Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/IMusicSource
Description
Set the playback speed multiplier (1.0 = normal speed). For RuntimeMusicSource: sets the speed on the underlying ITimeSource. For MetasoundMusicSource: requires Metasound interface support (future work).
Derived Overrides
| Name | SetSpeed |
| 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 SetSpeed
(
float Speed
)