Epic Developer Community Forums
Pie Menu/Inventory
Development
Programming & Scripting
Blueprint
unreal-engine
Raildex
(Raildex)
January 2, 2017, 5:23pm
5
You do it in a for loop:
for(int i = 0; i < numItems ; ++i) { x= ... y= ... }
show post in topic