FUserMembershipEntry

An entry in a group member list.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGroupsInterface.h"

Syntax

struct FUserMembershipEntry

Remarks

An entry in a group member list.

Variables

Name Description

Public variable

TSharedPtr< con...

 

AccountId

AccountId of the member

Public variable

bool

 

bAdmin

Does the user have admin rights for this group.

Public variable

bool

 

bIsOwner

Is the user the owner of this group.

Public variable

TSharedPtr< con...

 

GroupId

GroupId

Public variable

FDateTime

 

JoinedAt

When did the user join this group

Public variable

FText

 

Name

The display name of the group

Public variable

FString

 

Namespace

Arbitrary namespace string used to filter group groups in some queries or client side.

Public variable

TSharedPtr< con...

 

Owner

AccountId of the group owner

Functions

Name Description

Public function Const

TSharedPtr< ...

 

GetId()

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