How to get a reference from an array? (not a copy)

Hi leofucci,

For things like Instances, the array will contain pointers to those instances rather than the whole class itself.

Passing a Reference to a Pointer is a bit redundant - that’s why for things like that you don’t see the “Get (ref)” node like you do for actual values.

2 Likes