You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Better handling of window focus when compiling for live code.
* Console window is made visible and brought to the front when a compile is triggered. * Patched application window is brought to the front once patching is complete. #rb none #jira UE-71128 #ROBOMERGE-OWNER: ryan.gerleve #ROBOMERGE-AUTHOR: ben.marsh #ROBOMERGE-SOURCE: CL 5337696 in //UE4/Release-4.22/... via CL 5338036 #ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking) [CL 5401218 by ben marsh in Dev-Networking branch]
This commit is contained in:
@@ -303,6 +303,8 @@ private:
|
||||
{
|
||||
if (!CompileNotification.IsValid())
|
||||
{
|
||||
ShowConsole();
|
||||
|
||||
FNotificationInfo Info(FText::FromString(TEXT("Starting...")));
|
||||
Info.bFireAndForget = false;
|
||||
Info.FadeOutDuration = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user