Even with the simple V1 transpiler, we can already apply some naive optimizations that just require some crafty find-and-replace.
GetActorRef / GetActorReference
The performance of these calls can be improved by replacing them with GetReference() as Actor
Suggested by on NexusMods