Others may want to correct me if I’m wrong, but I believe that the Actor class is the lowest level class that can be placed in the world. As such, I would think that anything derived from AActor has replication capabilities. Player controllers are derived from actors and can have multicast events, so are pawns.