Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
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
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdPtr | AccountId | AccountId of the member | |
| bool | bAdmin | Does the user have admin rights for this group. | |
| bool | bIsOwner | Is the user the owner of this group. | |
| FUniqueNetIdPtr | GroupId | GroupId | |
| FDateTime | JoinedAt | When did the user join this group | |
| FText | Name | The display name of the group | |
| FString | Namespace | Arbitrary namespace string used to filter group groups in some queries or client side. | |
| FUniqueNetIdPtr | Owner | AccountId of the group owner |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdPtr | GetId () |