Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/IOnlineSubsystemUtils
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineSubsystemUtils.h |
| Include | #include "OnlineSubsystemUtils.h" |
void SetEngineExternalUIBinding
&40;
const FOnExternalUIChangeDelegate & OnExternalUIChangeDelegate
&41;
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
| Name | Description |
|---|---|
| OnExternalUIChangeDelegate | delegate fired when the external UI is opened/closed |