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