C++ Struct is Having its Data Cleared in Blueprints

Could it be that MyLinkedList is being garbage collected in the meantime?
It’s not marked as a uproperty so GC can gather it.

I’d have to implement the whole thing to test but that’s a weak point at first glance.