Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
This struct describes metadata about a group.
| Name | IGroupInfo |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h |
| Include Path | #include "Interfaces/OnlineGroupsInterface.h" |
Syntax
class IGroupInfo
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FDateTime & GetCreatedAt() |
When was this group created | Interfaces/OnlineGroupsInterface.h | |
const FGroupDisplayInfo & GetDisplayInfo() |
All fields in this struct are group admin/owner entered | Interfaces/OnlineGroupsInterface.h | |
FUniqueNetIdRef GetGroupId() |
Get the group | Interfaces/OnlineGroupsInterface.h | |
const FDateTime & GetLastUpdated() |
When was this group last updated (according to the server) | Interfaces/OnlineGroupsInterface.h | |
const FString & GetNamespace () |
Arbitrary namespace string used to filter group groups in some queries or client side. | Interfaces/OnlineGroupsInterface.h | |
FUniqueNetIdRef GetOwner() |
GUID of the user account that holds the owner role for this group (will only be one) | Interfaces/OnlineGroupsInterface.h | |
uint32 GetSize() |
The current size of the group | Interfaces/OnlineGroupsInterface.h |