UGameplayTasksComponent::ReplicateSubobjects

Allows a component to replicate other subobject on the actor

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

GameplayTasks

Header

/Engine/Source/Runtime/GameplayTasks/Classes/GameplayTasksComponent.h

Include

#include "GameplayTasksComponent.h"

Source

/Engine/Source/Runtime/GameplayTasks/Private/GameplayTasksComponent.cpp

Syntax

virtual bool ReplicateSubobjects
(
    UActorChannel * Channel,
    FOutBunch * Bunch,
    FReplicationFlags * RepFlags
)

Remarks

Allows a component to replicate other subobject on the actor