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 FGroupDisplayInfo
Remarks
Data about the group that is used for display
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Description | User entered guild description text | |
| bool | InviteOnly | Is the group PUBLIC (anyone can join) or not? | |
| FString | Language | The main language of the team | |
| FText | Motto | A one-line motto or catch phrase for the group | |
| FText | Name | The human readable name of this guild |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGroupDisplayInfo
(
const FGroupDisplayInfo& Other |