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
template<typename EntryType>
struct TGroupConfigEntry
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdPtr | AccountId | Context AccountId. | |
| FString | Key | The max number of members in any group. | |
| EntryType | Value | The max number of groups in which a user may be a member. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdPtr | GetId () |