Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UActorComponent
Description
Returns if this component is replicating subobjects via the registration list or via the virtual ReplicateSubObjects method. Note: the owning actor of this component must also have it's bReplicateUsingRegisteredSubObjectList flag set to true.
| Name | IsUsingRegisteredSubObjectList |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
bool IsUsingRegisteredSubObjectList() const