Navigation
API > API/Plugins > API/Plugins/HarmonixMidi > API/Plugins/HarmonixMidi/FMidiTrack
Description
This will not move the event's location in the list so that iterators into Events do note get screwed up, BUT it CAN result in the midi events not being sorted. So if you call this function one or more times you should call Sort() after doing so.
| Name | ChangeTick |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMidi/Public/HarmonixMidi/MidiTrack.h |
| Include Path | #include "HarmonixMidi/MidiTrack.h" |
| Source | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMidi/Private/HarmonixMidi/MidiTrack.cpp |
void ChangeTick
(
FMidiEventList::TIterator Iterator,
int32 NewTick
)
See Also
- Sort