Most components do not replicate. Most gameplay logic is done in the Actor class and components usually just represent smaller pieces that make up the Actor.
Components replicate as part of their owning Actor.
Most components do not replicate. Most gameplay logic is done in the Actor class and components usually just represent smaller pieces that make up the Actor.
Components replicate as part of their owning Actor.