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. ...

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 ...

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 ...

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 ...

Unable to change the 'Actor to Track' on Cine Cameras when the target Actor is in a different Sublevel

UE - Anim - Sequencer - Jul 2, 2018

You are unable to track Actors that are in different sublevels when using Cine Cameras. The 'Actor to Track' is set back to none if the target Actor isn't in the same sublevel as the Camera. This is ...

AddLocalTransform node does not match scale behavior described in the node's documentation

UE - Gameplay - Blueprint - Jun 29, 2018

The comment for the AddLocalTransform node states "Change in transform of the component in its local reference frame. Scale is unchanged." However, when the node is used, the existing scale of the o ...

Snap To Grid doesn't function in the Static Mesh Editor's Perspective View when moving Sockets

Tools - Jun 29, 2018

When moving Sockets around in Orthographic View with Snap to Grid enabled, Sockets snap to the Position Grid Snap value when moved along the Grid. In Perspective View this is not the case and moving ...

Plugin module is not reloaded when a game module that depends on the plugin module is hot reloaded

UE - Foundation - Cpp Tools - Hot Reload - Jun 28, 2018

Performing a hot reload after modifying game code (plugin code is unmodified) does not also reload plugin modules. In the attached project, there are some log messages output when the plugin module ...

Instanced Subobjects on Children BPs point to Parent BP's instance if both are loaded when creating the object

UE - Gameplay - Blueprint - Jun 27, 2018

The Instanced Subobject values for the Child_BP are same as what the Parent_BP subobject values are changed to before compile and saving both Blueprint Objects. Tested in 4.18.3 (CL-3832480), 4.19. ...