Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationSystem
Description
SendUpdate is currently more of a placeholder for a future where the ReplicationSystem itself is responsible for the low level protocol and sending, rather than having the DataStreamChannel write data when ticked
| Name | SendUpdate |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
void SendUpdate
(
TFunctionRef < void< uint32 >)> SendFunction
)
Parameters
| Name | Remarks |
|---|---|
| SendFunction, Function | taking an array of ConnectionId`s that has data to send |
See Also
- UDataStreamChannel.