Pawn

Actor/*Pawn* is a Worldcore terminology.

See "an Actor/Pawn pair" ⇒ World Core Tutorial 1

> The actor is replicated across all clients, while the pawn is unique to each client.

.

> The Pawn class is the base class of all Actors that can be controlled by players or AI. A Pawn is the physical representation of a player or AI entity within the world. This not only means that the Pawn determines what the player or AI entity looks like visually, but also how it interacts with the world in terms of collisions and other physical interactions. This can be confusing in certain circumstances as some types of games may not have a visible player mesh or avatar within the game. Regardless, the Pawn still represents the physical location, rotation, etc. of a player or entity within the game. A Character is a special type of Pawn that has the ability to walk around.

Actor vs Pawns vs Characters. reddit