proletariatgames / unreal.hx

Unreal.hx: Haxe Integration for Unreal
MIT License
423 stars 42 forks source link

Instanced TArray<> uproperty doesn't work consistently when declared in cppia #100

Open waneck opened 6 years ago

waneck commented 6 years ago

After some hot reload attempts, Instanced will then work as expected

I think this is due to the order when we add CLASS_HasInstancedReference to a class. This should be moved to earlier on