Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Description
Method that allows an actor to replicate subobjects on its actor channel. Must return true if any data was serialized into the bunch. This method is used only when bReplicateUsingRegisteredSubObjectList is false. Otherwise this function is not called and only the ReplicatedSubObjects list is used.
| Name | ReplicateSubobjects |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ActorReplication.cpp |
virtual bool ReplicateSubobjects
(
class UActorChannel * Channel,
class FOutBunch * Bunch,
FReplicationFlags * RepFlags
)