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 FApplicationEntry
Remarks
An entry in the list of user pending membership applications.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdPtr | AccountId | AccountId of the user who applied for group membership. | |
| FUniqueNetIdPtr | GroupId | GroupId of the group for which membership was applied. | |
| FText | Name | Name of the group. | |
| FString | Namespace | Namespace in which the application exists. | |
| FDateTime | SentAt | Timestamp of when the application was sent. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdPtr | GetId () |