Scale box affects all children in a parent container widget when setting User Specified Scale

UE - Editor - UI Systems - Jul 5, 2018

When a scale box is the the first child of a container widget, setting the user specified scale to 0 will affect all other widgets in the same parent container. ...

Non-nativized classes that implement a nativized interface class do not get interface methods called when invoked through a Blueprint function library.

UE - Gameplay - Blueprint - Jul 5, 2018

UObjectBaseUtility::GetInterfaceAddress() fails due to an incorrect serialized value of the 'bImplementedByK2' property within the non-nativized class's Interfaces array on save. See support thread ...

Morph Targets fail to record through Persona and Sequence Recorder when set via the event graph

UE - Virtual Production - Tools - Take Recorder - Jul 4, 2018

If you have a set of morph targets which are driven when you record with either the recorder in Persona or Sequence Recorder the resultant animation will not contain any values on the curves. In th ...

Variable Value Range doesn't work during Runtime

Tools - Jul 3, 2018

If a variable has been set to a default value and has a declared value range, it will ignore the value range and print the set value.The tooltip text is misleading or out of date as it gives the imp ...

Inline edit conditions don't support undo

Tools - Jul 3, 2018

The Editor does not support undo after making changes Inline edit properties. Working in 4.18.3 Broken in 4.19.2 Tested in 4.18.3(3832480), 4.19.2(CL - 4033788), 4.20(CL - 4181430) , 4.21(C ...

Crash Reporter is not included when packaging for DebugGame from the command line

UE - Foundation - Core - CrashReportClient - Jul 3, 2018

The Crash Reporter is not included when packaging a project for the DebugGame configuration from the commandline even when the DefaultGame.ini file includes the setting IncludeCrashReporter=True. ...

Foliage is Offset When Streaming Existing Levels From World Composition

UE - World Creation - Worldbuilding Tools - Foliage - Jul 3, 2018

Streaming an existing level that used World Composition places the landscapes in the correct spot, but any foliage tied to that landscape is placed on the landscape tile at 0,0 instead of its corres ...

Functions overriden from Parent BPs are not called in Child BPs when nativized

UE - Gameplay - Blueprint - Jul 2, 2018

When nativization is enabled, functions in a child blueprint that were overriden from the parent are not called properly. Regression?: Yes This did not occur in 4.19 ...

Incremental Linking does not appear to work for Debug and DebugGame configurations

UE - Foundation - Cpp Tools - Jul 2, 2018

The bUseIncrementalLinking option does not appear to actually perform an incremental build when building for the Debug or DebugGame configurations. When a build is performed with bUseIncrementalLink ...