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 FInvitationEntry
Remarks
An entry in a user's list of groups to which they are invited.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdPtr | AccountId | AccountId of the user invited to group membership. | |
| FUniqueNetIdPtr | GroupHostId | AccountId of the group user that did the inviting. | |
| FUniqueNetIdPtr | GroupId | The GroupId for the group. | |
| FText | Name | The Name of the group. | |
| FString | Namespace | The Namespace for the invitation. | |
| FDateTime | SentAt | Timestamp of when the application was sent. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdPtr | GetId () |