My pawn has several Physics thrusters, and for optimizing code I would like to have them all in an array so the BP for the Pawn can handle it’s own parts more efficient.
But it appears there is no way to add ‘own objects’ to ‘own array’ - only objects from elsewhere, like floating around in the map - is this really true?