IOnlineExternalUI::ShowInviteUI

Displays the UI that shows a user's list of friends to invite

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineExternalUIInterface.h"

Syntax

bool ShowInviteUI
(
    int32 LocalUserNum,
    FName SessionName
)

Remarks

Displays the UI that shows a user's list of friends to invite

Returns

true if it was able to show the UI, false if it failed

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user

SessionName

name of session associated with the invite

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