OnReceiptReceived delegate.
Listen for Receipt Events
Bind to theOnReceiptReceived delegate on the Subsystem.
- Blueprint
- C++
- Get a reference to the CometChat Subsystem
- Drag off and search for On Receipt Received
- Use Bind Event to connect it to a custom event
- The custom event receives an
FCometChatReceiptEventparameter
FCometChatReceiptEvent
Receipt Flow
A
read receipt implies delivered. If you receive a read event for a message you haven’t seen a delivered event for, treat it as both delivered and read.Next Steps
Connection Status
Monitor the WebSocket connection state.
Real-Time Events
See all five delegates in one place.