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

Ah i thouth you mean overall usage, sorry

First of all only when variables changes they are replicated, you don’t think server sends same data over and over again? Also only UPROPERTY() variables with “Replicated” specifier are replicated, which in case AActor, it only around 10 varables

This is how it was for over 15 years and if it was truly wasteful Epic would change that long time ago