Navigation
API > API/Runtime > API/Runtime/Engine
Interface allowing for instance or class specific overrides. If implemented as a standalone interface and configured via FNetRootObjectFactoryExtensionConfig as part of the UNetRootObjectFactoryConfig one need to inherit both from UObject and INetRootObjectFactoryExtension. The UNetRootObjectFactory will instantiate a new object from the configured class.
| Name | INetRootObjectFactoryExtension |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/Iris/ReplicationSystem/NetRootObjectFactory.h |
| Include Path | #include "Net/Iris/ReplicationSystem/NetRootObjectFactory.h" |
Syntax
class INetRootObjectFactoryExtension
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FillRootObjectReplicationParams
(
const UE::Net::FRootObjectReplicationParamsContext& Context, |
Net/Iris/ReplicationSystem/NetRootObjectFactory.h |