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
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 |
|
Returns a delegate registration instance allowing the caller to register their FConnectionAddedDelegate. |
Iris/ReplicationSystem/ReplicationSystemDelegates.h |
|
|
Returns a delegate registration instance allowing the caller to register their FConnectionRemovedDelegate. |
Iris/ReplicationSystem/ReplicationSystemDelegates.h |
|