FOnSessionInviteReceived

Called when a user receives a session invitation.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_FourParams< void, const FUniqueNetId &, const FUniqueNetId &, const FString &, const FOnlineSessionSearchResult & > FOnSessionInviteReceived

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h

Include

#include "Interfaces/OnlineSessionInterface.h"

Remarks

Called when a user receives a session invitation. Allows the game code to decide on accepting the invite. The invite can be accepted by calling JoinSession()

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