Unable to use drop down for tooltip widget

UE - Editor - UI Systems - Apr 23, 2019

The tool tip widget drop down appears to be grayed out and unusable. This feature was available in the 4.18 version of the engine but not longer appears to be usable. ...

ResavePackages commandlet breaks sublevel translation

UE - Gameplay - Feb 26, 2019

Rebuilding lighting with commandlet will move hidden sublevels Confirmed in 4.23 MAIN @ CL 5194133 ...

Crash(Assert) CurrentGWorld != PlayWorld || bIsSimulatingInEditor

UE - Gameplay - Feb 25, 2019

Crash when attempting to return to Main Menu when playing Shootergame in a New Editor Window. Unable to upgrade+test Shootergame in 4.22+ due to deprecation of Possess() and other compile errors. ...

Hypotenuse node unexpectedly returns "-nan(ind)" instead of "0.0" if both values passed into the node are "0.0"

UE - Gameplay - Blueprint - Feb 1, 2019

The Hypotenuse Blueprint node currently returns a value of "-nan(ind)" if both values passed into the node are "0.0". This result is correct based on the code that the Hypotenuse node uses, but is n ...

Audio tracks in sequencer are not silent when extended past their playback end

UE - Anim - Sequencer - Jan 31, 2019

Audio tracks can still make noise if their tracks are extended past the end of their playback. ...

Crash occurs in PIE when an Actor calls a method in a UObject that attempts to modify an FString member of the UObject

UE - Foundation - Core - Jan 31, 2019

The Editor will crash in PIE when an Actor calls a method in a UObject that modifies some FString members in the UObject. In the Attached project, the UObject class contains two FString members and ...

Find and replace reference feature(experimental) crashes after indexing dialog

UE - Gameplay - Blueprint Editor - Jan 30, 2019

FindInBlueprints->CacheAllBlueprints(FSimpleDelegate::CreateSP(this, &SReplaceNodeReferences::OnSubmitSearchQuery, true), EFiBVersion::FIB_VER_VARIABLE_REFERENCE);  This leads to crash. Users can b ...

Engine\Build\IOS includes an expired certificate

UE - Platform - Mobile - Jan 2, 2019

\Engine\Build\IOS\AppleWorldwideDeveloperRelationsCA.pem is out of date. This causes a warning to appear when submitting app.  Workaround: Install latest WWDR ( https://answers.unrealengine.co ...

Static array based on an enum does not show the enum element names if a C-style cast is used with a space between the type being cast to and the enum

UE - Foundation - Core - Dec 21, 2018

A static array based on an enum does not display the enum names in Blueprints if the size of the static array uses an explicit C-style cast with a space between the type being cast to and the enum b ...

Details panel for Actor Component is blank in any Blueprint that derives from a code class using that Actor Component after the Actor Component's class name is changed

UE - Gameplay - Blueprint - Dec 20, 2018

Changing the name of an Actor Component code class in a project results in any existing Blueprints that derive from code classes that use that Actor Component to not display the Actor Component's pr ...