GlobalEventSystem-Unreal icon indicating copy to clipboard operation
GlobalEventSystem-Unreal copied to clipboard

Array/Map/Set Property & Multiparam support

Open getnamo opened this issue 4 years ago • 1 comments

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 avatar Nov 24 '19 14:11 getnamo

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

getnamo avatar Nov 27 '19 00:11 getnamo