Returning to home screen with message box displayed prevents the message box from being closed upon returning to the game
#define LOCTEXT_NAMESPACE "Test" FText VarName; VarName = LOCTEXT("IDName", "ActualNameGHFGH"); FMessageDialog::Open(EAppMsgType::Ok, VarName); #undef LOCTEXT_NAMESPACE
Result:
After returning to the game, the message box is still displayed but cannot be clicked. The game closes and restarts shortly after attempting to press the conformation dialog in message box
Expected:
Message box is interactable after returning to the game from another application
Repro Rate:
3/3
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-28421 in the post.
0 |
Component | UE - Platform - Mobile |
---|---|
Affects Versions | 4.11 |
Target Fix | 4.13 |
Fix Commit | 2979701 |
---|---|
Main Commit | 3008183 |
Created | Mar 15, 2016 |
---|---|
Resolved | May 16, 2016 |
Updated | Sep 16, 2019 |