How can I write a C++ blueprint function with an input parameter that's pass-by-reference?

The structure I’m passing around contains ten kilobytes of data, there has to be a way to pass it by reference, it will be a performance issue if I can’t.

1 Like