// Array copy with UE TArray<AActor*> SourceArray; // copy SourceArray to DestArray TArray<AActor*> DestArray(SourceArray);