Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
class IOnlinePartyUserPendingJoinRequestInfo
Remarks
Info about a user requesting to join a party
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Get the display name of the user requesting to join | ||
| TSharedRef< const FOnlinePartyData > | GetJoinData () |
Get the join data of the user requesting to join | |
| const FString & | GetPlatform () |
Get the platform of the user requesting to join | |
| const FUniqueNetIdRef & | GetUserId () |
Get the id of the user requesting to join |