Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
An entry in a user's list of groups to which they are invited.
| Name | FInvitationEntry |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h |
| Include Path | #include "Interfaces/OnlineGroupsInterface.h" |
Syntax
struct FInvitationEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccountId | FUniqueNetIdPtr | AccountId of the user invited to group membership. | Interfaces/OnlineGroupsInterface.h | |
| GroupHostId | FUniqueNetIdPtr | AccountId of the group user that did the inviting. | Interfaces/OnlineGroupsInterface.h | |
| GroupId | FUniqueNetIdPtr | The GroupId for the group. | Interfaces/OnlineGroupsInterface.h | |
| Name | FText | The Name of the group. | Interfaces/OnlineGroupsInterface.h | |
| Namespace | FString | The Namespace for the invitation. | Interfaces/OnlineGroupsInterface.h | |
| SentAt | FDateTime | Timestamp of when the application was sent. | Interfaces/OnlineGroupsInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUniqueNetIdPtr GetId() |
Interfaces/OnlineGroupsInterface.h |