Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
Inheritance Hierarchy
- TSharedFromThis
- IOnlinePartyRequestToJoinInfo
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
class IOnlinePartyRequestToJoinInfo : public TSharedFromThis< IOnlinePartyRequestToJoinInfo >
Remarks
Info about a request to join a local user's party
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Get the display name of the user requesting to join | ||
| const FDateTime & | Get the expiration time of the request to join | ||
| const FOnlinePartyTypeId | Get the GetPartyTypeId of the request to join | ||
| const FString & | Get the platform data associated with this request | ||
| const FUniqueNetIdPtr | GetUserId () |
Get the id of the user requesting to join |