Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound > API/Plugins/HarmonixMetasound/FMidiClock
Description
This will add a loop event to the clock event stream WITHOUT having to set this clock to looping. This is used when this clock is being driven by an external clock and THAT clock's looping setup causes this clock to loop.
| Name | AddTransientLoop |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/DataTypes/MidiClock.h |
| Include Path | #include "HarmonixMetasound/DataTypes/MidiClock.h" |
void AddTransientLoop
(
int32 BlockFrameIndex,
int32 NewFirstTiokInLoop,
int32 NewLoopLengthTicks
)