Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
| Name | TGroupConfigEntry |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h |
| Include Path | #include "Interfaces/OnlineGroupsInterface.h" |
Syntax
template<typename EntryType>
struct TGroupConfigEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccountId | FUniqueNetIdPtr | Context AccountId. | Interfaces/OnlineGroupsInterface.h | |
| Key | FString | The max number of members in any group. | Interfaces/OnlineGroupsInterface.h | |
| Value | EntryType | The max number of groups in which a user may be a member. | Interfaces/OnlineGroupsInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUniqueNetIdPtr GetId() |
Interfaces/OnlineGroupsInterface.h |