Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Info needed to join a party
| Name | IOnlinePartyJoinInfo |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
class IOnlinePartyJoinInfo : public TSharedFromThis< IOnlinePartyJoinInfo >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IOnlinePartyJoinInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IOnlinePartyJoinInfo() |
Interfaces/OnlinePartyInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOnlinePartyJoinInfo() |
Interfaces/OnlinePartyInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanJoin() |
Interfaces/OnlinePartyInterface.h | ||
bool CanJoinWithPassword() |
Interfaces/OnlinePartyInterface.h | ||
bool CanRequestAnInvite() |
Interfaces/OnlinePartyInterface.h | ||
const FString & GetAppId() |
Interfaces/OnlinePartyInterface.h | ||
const FString & GetBuildId() |
Interfaces/OnlinePartyInterface.h | ||
int32 GetNotAcceptingReason() |
Interfaces/OnlinePartyInterface.h | ||
TSharedRef< const FOnlinePartyId > GetPartyId() |
Interfaces/OnlinePartyInterface.h | ||
FOnlinePartyTypeId GetPartyTypeId() |
Interfaces/OnlinePartyInterface.h | ||
const FString & GetPlatformData() |
Interfaces/OnlinePartyInterface.h | ||
const FString & GetSourceDisplayName() |
Interfaces/OnlinePartyInterface.h | ||
const FString & GetSourcePlatform() |
Interfaces/OnlinePartyInterface.h | ||
FUniqueNetIdRef GetSourceUserId() |
Interfaces/OnlinePartyInterface.h | ||
bool HasKey() |
Interfaces/OnlinePartyInterface.h | ||
bool HasPassword() |
Interfaces/OnlinePartyInterface.h | ||
bool IsAcceptingMembers() |
Interfaces/OnlinePartyInterface.h | ||
bool IsPartyOfOne() |
Interfaces/OnlinePartyInterface.h | ||
bool IsValid() |
Interfaces/OnlinePartyInterface.h | ||
virtual FString ToDebugString() |
Interfaces/OnlinePartyInterface.h |