IOnlineChat::GetMember

Get cached member currently joined in a chat room

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineChatInterface.h

Include

#include "Interfaces/OnlineChatInterface.h"

Syntax

TSharedPtr< FChatRoomMember > GetMember
(
    const FUniqueNetId & UserId,
    const FChatRoomId & RoomId,
    const FUniqueNetId & MemberId
)

Remarks

Get cached member currently joined in a chat room

Returns

member in room or NULL if not found

Parameters

Parameter

Description

UserId

id of user to find

RoomId

id of room to find

MemberId

id of member to find

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss