Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FReplicationSystemDelegates
Description
Returns a delegate registration instance allowing the caller to register their FConnectionRemovedDelegate. The delegate will be called when a previously successfully added connection is removed via a FReplicationSystem::RemoveConnection call. Currently only parent connections will call the delegates.
| Name | OnConnectionRemoved |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationSystemDelegates.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationSystemDelegates.h" |
FConnectionAddedDelegate::RegistrationType & OnConnectionRemoved()