[Feature Request] Move Replication Functionality to a Base Class of AActor

Have you looked in Actor.h? There’s tons of data being stored in the class related to transforms, visibility, child components, etc, and it has a lot of overhead in code that actually runs no matter what because of that.