UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EXmppChatMemberRole Namespace Reference

Enumerations

enum  Type { Moderator , Participant , Visitor , None }
 

Functions

const TCHARToString (Type Role)
 
Type ToType (const FString &Role)
 

Detailed Description

Role of a chat room member (temporary role while in the room) http://xmpp.org/extensions/xep-0045.html#roles

Enumeration Type Documentation

◆ Type

Enumerator
Moderator 
Participant 
Visitor 
None 

Function Documentation

◆ ToString()

const TCHAR * EXmppChatMemberRole::ToString ( Type  Role)
inline

◆ ToType()

Type EXmppChatMemberRole::ToType ( const FString &  Role)
inline