Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Description
Called on the actor right before replication occurs. Only called on Server, and for autonomous proxies if recording a Client Replay.
Derived Overrides
| Name | PreReplication |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.cpp |
virtual void PreReplication
(
IRepChangedPropertyTracker & ChangedPropertyTracker
)