Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/IMusicSource
Description
Seek to a musical position. For RuntimeMusicSource: converts the timestamp to seconds via song maps and seeks the time source. For MetasoundMusicSource: requires Metasound interface support (future work).
Derived Overrides
| Name | Seek |
| 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 Seek
(
const FMusicTimestamp & Timestamp
)