getnamo / GlobalEventSystem-Unreal

Loosely coupled internal event system plugin for the Unreal Engine.
MIT License
270 stars 43 forks source link

Array/Map/Set Property & Multiparam support #3

Open getnamo opened 4 years ago

getnamo commented 4 years ago

Not quite sure yet as to the best approach for this. Arrays can only support one type so it may be enough to just brute convert the basics types for array props. Potentially same for TMap property support?

getnamo commented 4 years ago

For the moment best way to emit arrays is to wrap them in a blueprint/c++ struct