passing any array type variable by ref instead of value

hi

how would you pass a variable that is an array and upwards (Set, map, struct) between blueprint functions and blueprints

seems if you pass the variable as is it passes by value which means duplicating it

thought of passing by struct but i think it will simply duplicate the struct

thanks

Could you demonstrate with an example? Becase, afaik, this is not a thing. Consider the following:

thought of passing by struct but i think it will simply duplicate the struct

1 Like

thanks did not know about that pass by ref flag

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.