Files
UnrealEngineUWP/Engine/Plugins/Editor/PluginBrowser
sebastian nordgren 354d3df5e4 Editor notifications now only start fading out once the editor starts ticking. When a notification was added during loading, it immediately disappear if loading took longer than the expiration time given.
This was occurring because the FCurveSequence animation the notification was using to drive its opacity was using the FSlateApplication::GetCurrentTime(), which is only updated after loading is completed.

#jira UE-158439
#rb matt.kuhlenschmidt

#ROBOMERGE-AUTHOR: sebastian.nordgren
#ROBOMERGE-SOURCE: CL 21054222 via CL 21054232 via CL 21054238
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21075885 by sebastian nordgren in ue5-main branch]
2022-07-13 14:06:52 -04:00
..