Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/FMidiClock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SeekTo
(
int32 BlockFrameIndex, |
Directly seek this clock with a musical seek target or a specific tick | HarmonixMetasound/DataTypes/MidiClock.h | |
void SeekTo
(
int32 BlockFrameIndex, |
HarmonixMetasound/DataTypes/MidiClock.h |
SeekTo(int32, const FMusicSeekTarget &)
Description
Directly seek this clock with a musical seek target or a specific tick
| Name | SeekTo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/DataTypes/MidiClock.h |
| Include Path | #include "HarmonixMetasound/DataTypes/MidiClock.h" |
void SeekTo
(
int32 BlockFrameIndex,
const FMusicSeekTarget & InTarget
)
SeekTo(int32, int32, int32)
| Name | SeekTo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/DataTypes/MidiClock.h |
| Include Path | #include "HarmonixMetasound/DataTypes/MidiClock.h" |
void SeekTo
(
int32 BlockFrameIndex,
int32 Tick,
int32 TempoMapTick
)