USocialManager::FillOutJoinRequestData

Gives child classes a chance to append any additional data to a join request that's about to be sent to another party.

Windows
MacOS
Linux

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialManager.h

Include

#include "SocialManager.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Party/Private/SocialManager.cpp

Syntax

virtual void FillOutJoinRequestData
(
    const FOnlinePartyId & TargetParty,
    FOnlinePartyData & OutJoinRequestData
) const

Remarks

Gives child classes a chance to append any additional data to a join request that's about to be sent to another party. This is where you'll add game-specific information that can affect whether you are eligible for the target party.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss