Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetRootObjectAdapter
Description
Start replicating the object but make it relevant only via another replicated object. You can have relevancy links to multiple different objects. As long as of those is relevant to a client then this object will be too. @OtherReplicatedObject: A replicated object we want to be tie our relevancy status to. If it's a subobject, we will use it's root object instead.
| Name | RelevantWith |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/Iris/ReplicationSystem/NetRootObjectAdapter.h |
| Include Path | #include "Net/Iris/ReplicationSystem/NetRootObjectAdapter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/Iris/ReplicationSystem/NetRootObjectAdapter.cpp |
void RelevantWith
(
const UObject * OtherReplicatedObject
)