Get User
Retrieve a user’s profile by their UID.- Blueprint
- C++
Call the Get User Async node.
On Success returns an
FCometChatUser.FCometChatUser Properties
User Presence
Track when users come online, go offline, or go away by binding to theOnPresenceChanged delegate on the Subsystem.
- Blueprint
- C++
- Get a reference to the CometChat Subsystem
- Drag off and search for On Presence Changed
- Use Bind Event to connect it to a custom event
- The custom event receives an
FCometChatPresenceparameter
FCometChatPresence Properties
ECometChatPresenceStatus
Next Steps
Groups
Create, join, and manage groups.
Real-Time Events
All five real-time delegates in one place.