Navigation
API > API/Runtime > API/Runtime/IrisCore
| Name | FReplicationSystemDelegates |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationSystemDelegates.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationSystemDelegates.h" |
Syntax
class FReplicationSystemDelegates
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FConnectionAddedDelegate | TMulticastDelegate< void(FConnectionHandle ConnectionHandle)> | Iris/ReplicationSystem/ReplicationSystemDelegates.h | |
| FConnectionRemovedDelegate | TMulticastDelegate< void(FConnectionHandle ConnectionHandle)> | Iris/ReplicationSystem/ReplicationSystemDelegates.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConnectionAddedDelegate | FConnectionAddedDelegate | Iris/ReplicationSystem/ReplicationSystemDelegates.h | ||
| ConnectionRemovedDelegate | FConnectionRemovedDelegate | Iris/ReplicationSystem/ReplicationSystemDelegates.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConnectionAddedDelegate::RegistrationType & OnConnectionAdded () |
Returns a delegate registration instance allowing the caller to register their FConnectionAddedDelegate. | Iris/ReplicationSystem/ReplicationSystemDelegates.h | |
FConnectionAddedDelegate::RegistrationType & OnConnectionRemoved () |
Returns a delegate registration instance allowing the caller to register their FConnectionRemovedDelegate. | Iris/ReplicationSystem/ReplicationSystemDelegates.h |