Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlinePartySystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
bool PromoteMember
(
const FUniqueNetId & LocalUserId,
const FOnlinePartyId & PartyId,
const FUniqueNetId & TargetMemberId,
const FOnPromotePartyMemberComplete & Delegate
)
Remarks
Promote a user from an existing party to be admin All existing party members notified of promoted member (see FOnPartyMemberPromoted) true if task was started
Parameters
| Name | Description |
|---|---|
| LocalUserId | user making the request |
| PartyId | id of an existing party |
| MemberId | id of the user being promoted |
| Delegate | called on completion |