It’s be more efficient to just pass a reference to a data table row than an entire struct, alot less variables being passed. Either way could work I suppose but I’m not sure how you’d go about setting the stuct values at runtime, I’m not sure the engine will allow that. That’s why pre setting them in a data table, and just passing and calling the desired row is best as far as I know.
1 Like