Epic Developer Community Forums
How can I dynamically create an array within a Blueprint Function?
Development
Programming & Scripting
unreal-engine
yRezaei
(yRezaei)
August 20, 2014, 9:23am
2
Create a local array vector inside the function.
Create a loop for number of random locations that you need
Use Add() function to add elements to array
When the loop is done, link the array to output
13233-random.png
1581×835 132 KB
show post in topic