IOnlineSubsystemUtils::SetEngineExternalUIBinding

Bind a notification delegate when any subsystem external UI is opened/closed _NOTE_ there is only meant to be one delegate needed for this, game code should bind manually

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineSubsystemUtils.h

Include

#include "OnlineSubsystemUtils.h"

Syntax

void SetEngineExternalUIBinding
(
    const FOnExternalUIChangeDelegate & OnExternalUIChangeDelegate
)

Remarks

Bind a notification delegate when any subsystem external UI is opened/closed NOTE there is only meant to be one delegate needed for this, game code should bind manually

Parameters

Parameter

Description

OnExternalUIChangeDelegate

delegate fired when the external UI is opened/closed

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