Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Info about a group of users requesting to join a party
| Name | IOnlinePartyPendingJoinRequestInfo |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
class IOnlinePartyPendingJoinRequestInfo : public TSharedFromThis< IOnlinePartyPendingJoinRequestInfo >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IOnlinePartyPendingJoinRequestInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IOnlinePartyPendingJoinRequestInfo() |
Interfaces/OnlinePartyInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOnlinePartyPendingJoinRequestInfo() |
Interfaces/OnlinePartyInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FString & GetSenderDisplayName() |
Get the primary user's display name | Interfaces/OnlinePartyInterface.h | |
virtual const FUniqueNetIdRef & GetSenderId() |
Get the primary user's id | Interfaces/OnlinePartyInterface.h | |
virtual TSharedRef< const FOnlinePartyData > GetSenderJoinData() |
Get the primary user's join data | Interfaces/OnlinePartyInterface.h | |
virtual const FString & GetSenderPlatform() |
Get the primary user's platform | Interfaces/OnlinePartyInterface.h | |
void GetUsers
(
TArray< IOnlinePartyUserPendingJoinRequestInfoConstRef >& OutUsers |
Get the list of users requesting to join | Interfaces/OnlinePartyInterface.h |