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

Enumerations

enum  Type {
  Owner , Admin , Member , Outcast ,
  None
}
 

Functions

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

Detailed Description

Affiliation of a chat room member (long term associations with a room, persists across visits) http://xmpp.org/extensions/xep-0045.html#affil

Enumeration Type Documentation

◆ Type

Enumerator
Owner 

Owner of the room

Admin 
Member 
Outcast 

Banned from the room

None 

Absence of an affiliation

Function Documentation

◆ ToString()

const TCHAR * EXmppChatMemberAffiliation::ToString ( Type  Affiliation)
inline

◆ ToType()

Type EXmppChatMemberAffiliation::ToType ( const FString &  Affiliation)
inline