Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetRootObjectAdapter
Description
Start replicating the object. This will cause the UNetRootObjectFactory to look for an INetRootObjectFactoryExtension for the class to retrieve the replication details.
| Name | StartReplication |
| 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 StartReplication
(
ULevel * Level
)
Parameters
| Name | Remarks |
|---|---|
| Level | Level the object is a part of. Can be set to null if SetAttachedLevel was previously set of if you want to use the ReplicatedObject's Level found via his outer chain. |