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