Navigation
API > API/Plugins > API/Plugins/LoginFlow > API/Plugins/LoginFlow/ILoginFlowManager
Type
typedef TBaseDelegate_OneParam< FOnPopupDismissed, const TSharedRef< SWidget > & > FOnDisplayPopup
References
| Module | LoginFlow |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/LoginFlow/Public/ILoginFlowManager.h |
| Include | #include "ILoginFlowManager.h" |
Remarks
Fired when a login flow Pop-Up (web) window needs to be displayed.
Delegate that will be called when the popup is dismissed (to clean up any slate borders created) PopupWidget The widget that contains the browser window.