FName - Pass by value or pass by reference

Why is that bothering you? :wink:

When passing by const reference you express your intentions - “i just want to look, promise don’t modify”. Engine often uses const FName&.
Non-const refs are other topic -> Open-std