Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
An entry in a group member list.
| Name | FUserMembershipEntry |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h |
| Include Path | #include "Interfaces/OnlineGroupsInterface.h" |
Syntax
struct FUserMembershipEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccountId | FUniqueNetIdPtr | AccountId of the member | Interfaces/OnlineGroupsInterface.h | |
| bAdmin | bool | Does the user have admin rights for this group. | Interfaces/OnlineGroupsInterface.h | |
| bIsOwner | bool | Is the user the owner of this group. | Interfaces/OnlineGroupsInterface.h | |
| GroupId | FUniqueNetIdPtr | GroupId | Interfaces/OnlineGroupsInterface.h | |
| JoinedAt | FDateTime | When did the user join this group | Interfaces/OnlineGroupsInterface.h | |
| Name | FText | The display name of the group | Interfaces/OnlineGroupsInterface.h | |
| Namespace | FString | Arbitrary namespace string used to filter group groups in some queries or client side. | Interfaces/OnlineGroupsInterface.h | |
| Owner | FUniqueNetIdPtr | AccountId of the group owner | Interfaces/OnlineGroupsInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUniqueNetIdPtr GetId() |
Interfaces/OnlineGroupsInterface.h |