OnTypingChanged delegate.
Listen for Typing Events
Bind to theOnTypingChanged delegate on the Subsystem to receive typing start/stop notifications.
- Blueprint
- C++
- Get a reference to the CometChat Subsystem
- Drag off and search for On Typing Changed
- Use Bind Event to connect it to a custom event
- The custom event receives an
FCometChatTypingEventparameter
FCometChatTypingEvent
Next Steps
Delivery & Read Receipts
Track when messages are delivered and read.
Connection Status
Monitor the WebSocket connection state.