Reply To: Memory GC Alloc Problem

Forums 💬 Slate Sequencer ⚙️ Support Memory GC Alloc Problem Reply To: Memory GC Alloc Problem

#21086
Gavalakis
Keymaster

    Hello,
    This allocation with HasAnyKey(), has already been fixed in version 1.6.0.
    If you want to continue using version 1.4.0 though, you can fix it simply by replacing the method with this code:

    The difference here, is checking curves[i].length instead of curves[i].keys.Length 🙂
    Cheers!