Actor, ActorChannel and ActorReplication linking

Hello everyone…

I am confused regarding how the actor subclasses are linked with each other.

I found the ActorReplication.cpp which is responsible for actor replication and the actorchannel.h. What is the purose of ActorChannel.h and how is ActorReplication.cpp linked with the Actor.cpp?

after 7 years I need to know too)

ActorChannel handles replication data specific to the actor, more you can find in the description NetDriver.h

but ActorReplication.cpp is the mystery for me. I guess that it’s included by default in precompiled headers.