Skip to main content

Get User

Retrieve a user’s profile by their UID.
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 the OnPresenceChanged delegate on the Subsystem.
  1. Get a reference to the CometChat Subsystem
  2. Drag off and search for On Presence Changed
  3. Use Bind Event to connect it to a custom event
  4. The custom event receives an FCometChatPresence parameter

FCometChatPresence Properties

ECometChatPresenceStatus

Use presence data to show green/gray status dots next to player names in your friends list or lobby UI.

Next Steps

Groups

Create, join, and manage groups.

Real-Time Events

All five real-time delegates in one place.