Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
An entry in the list of user pending membership applications.
| Name | FApplicationEntry |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h |
| Include Path | #include "Interfaces/OnlineGroupsInterface.h" |
Syntax
struct FApplicationEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccountId | FUniqueNetIdPtr | AccountId of the user who applied for group membership. | Interfaces/OnlineGroupsInterface.h | |
| GroupId | FUniqueNetIdPtr | GroupId of the group for which membership was applied. | Interfaces/OnlineGroupsInterface.h | |
| Name | FText | Name of the group. | Interfaces/OnlineGroupsInterface.h | |
| Namespace | FString | Namespace in which the application exists. | 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 |