Get (a ref) in Array of UObjects altered to Get (a copy)

If you pull a Object out of a array you get a Pointer. Otherwise you would return a Ref to the Pointer and not the actual Value(Object). The Get by Ref works on Value types like you would expect.

Granted the current Get Node description on Pointer types is missleading. Since its a Pointer it will Propagade the changes back to the Array.

Staff-> Fix the tooltip :stuck_out_tongue_winking_eye: