Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UActorComponent
- UActorComponent::ReplicateSubobjects()
- UGameplayTasksComponent::ReplicateSubobjects()
- UAbilitySystemComponent::ReplicateSubobjects()
- UUIFrameworkPlayerComponent::ReplicateSubobjects()
- UAbilitySystemComponent::ReplicateSubobjects()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
Include | #include "Components/ActorComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp |
virtual bool ReplicateSubobjects
&40;
class UActorChannel &42; Channel,
class FOutBunch &42; Bunch,
FReplicationFlags &42; RepFlags
&41;
Remarks
Allows a component to replicate other subobject on the actor. Must return true if any data gets 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.