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
class IGroupInfo
Remarks
This struct describes metadata about a group.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FDateTime & | GetCreatedAt () |
When was this group created | |
| const FGroupDisplayInfo & | All fields in this struct are group admin/owner entered | ||
| FUniqueNetIdRef | GetGroupId () |
Get the group | |
| const FDateTime & | When was this group last updated (according to the server) | ||
| const FString & | GetNamespace () |
Arbitrary namespace string used to filter group groups in some queries or client side. | |
| FUniqueNetIdRef | GetOwner () |
GUID of the user account that holds the owner role for this group (will only be one) | |
| uint32 | GetSize () |
The current size of the group |