Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Info about a request to join a local user's party
| Name | IOnlinePartyRequestToJoinInfo |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
class IOnlinePartyRequestToJoinInfo : public TSharedFromThis< IOnlinePartyRequestToJoinInfo >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IOnlinePartyRequestToJoinInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IOnlinePartyRequestToJoinInfo() |
Interfaces/OnlinePartyInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOnlinePartyRequestToJoinInfo() |
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 | |
const FDateTime & GetExpirationTime() |
Get the expiration time of the request to join | Interfaces/OnlinePartyInterface.h | |
const FOnlinePartyTypeId GetPartyTypeId() |
Get the GetPartyTypeId of the request to join | Interfaces/OnlinePartyInterface.h | |
const FString & GetPlatformData() |
Get the platform data associated with this request | Interfaces/OnlinePartyInterface.h | |
const FUniqueNetIdPtr GetUserId() |
Get the id of the user requesting to join | Interfaces/OnlinePartyInterface.h |