Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlinePartySystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlinePartyConstPtr GetParty
(
const FUniqueNetId& LocalUserId, |
Get info associated with a party | Interfaces/OnlinePartyInterface.h | |
FOnlinePartyConstPtr GetParty
(
const FUniqueNetId& LocalUserId, |
Get info associated with a party | Interfaces/OnlinePartyInterface.h |
GetParty(const FUniqueNetId &, const FOnlinePartyId &)
Description
Get info associated with a party
| Name | GetParty |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
FOnlinePartyConstPtr GetParty
(
const FUniqueNetId & LocalUserId,
const FOnlinePartyId & PartyId
) const
party info or nullptr if not found
Parameters
| Name | Remarks |
|---|---|
| LocalUserId | user making the request |
| PartyId | id of an existing party |
GetParty(const FUniqueNetId &, const FOnlinePartyTypeId &)
Description
Get info associated with a party
| Name | GetParty |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
FOnlinePartyConstPtr GetParty
(
const FUniqueNetId & LocalUserId,
const FOnlinePartyTypeId & PartyTypeId
) const
party info or nullptr if not found
Parameters
| Name | Remarks |
|---|---|
| LocalUserId | user making the request |
| PartyTypeId | type of an existing party |