Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem > API/Runtime/IrisCore/Iris/ReplicationSystem/UReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
bool RegisterNetBlobHandler
&40;
UNetBlobHandler &42; Handler
&41;
Remarks
Registers a NetBlobHandler so that its NetBlob type can be sent and received. The user must be sure to keep the handler valid for the lifetime of the ReplicationSystem. The handler class must have been configured in UNetBlobHandlerDefinitions in order for the call to succeed. Only one instance per class is allowed to be registered. Whether the handler was succesfully registered or not.
Parameters
| Name | Description |
|---|---|
| Handler | The UNetBlobHandler to register. |