Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Data about the group that is used for display
| Name | FGroupDisplayInfo |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h |
| Include Path | #include "Interfaces/OnlineGroupsInterface.h" |
Syntax
struct FGroupDisplayInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Interfaces/OnlineGroupsInterface.h | |||
FGroupDisplayInfo
(
const FGroupDisplayInfo& Other |
Interfaces/OnlineGroupsInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FText | User entered guild description text | Interfaces/OnlineGroupsInterface.h | |
| InviteOnly | bool | Is the group PUBLIC (anyone can join) or not? | Interfaces/OnlineGroupsInterface.h | |
| Language | FString | The main language of the team | Interfaces/OnlineGroupsInterface.h | |
| Motto | FText | A one-line motto or catch phrase for the group | Interfaces/OnlineGroupsInterface.h | |
| Name | FText | The human readable name of this guild | Interfaces/OnlineGroupsInterface.h |