Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/USocialManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PartyT * GetParty
(
const FOnlinePartyTypeId& PartyTypeId |
SocialManager.h | ||
PartyT * GetParty
(
const FOnlinePartyId& PartyId |
SocialManager.h |
GetParty(const FOnlinePartyTypeId &)
| Name | GetParty |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialManager.h |
| Include Path | #include "SocialManager.h" |
template<typename PartyT>
PartyT * GetParty
(
const FOnlinePartyTypeId & PartyTypeId
) const
GetParty(const FOnlinePartyId &)
| Name | GetParty |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialManager.h |
| Include Path | #include "SocialManager.h" |
template<typename PartyT>
PartyT * GetParty
(
const FOnlinePartyId & PartyId
) const