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

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

Packaging blank project should prompt you to specify a Game Default Map

Tools - Jun 29, 2018

Packaging blank project should prompt you to specify a Game Default Map in Project Settings > Maps & Modes ...

Startup Movie renders as a black screen on some Android devices

UE - Platform - Mobile - Jun 29, 2018

While testing on the 10661_Xiaomi Mi 5C the Startup Movie would occassionally render as a completely black screen while still playing the audio from the Startup Movie sample. This was the most consi ...

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

Platform stats in material editor hides stats for other platforms when one platform has a compile error

UE - Rendering Architecture - Materials - Jun 28, 2018

View platform stats in the material editor[Image Removed]I enable a platform with compile errors, then the stats for the other platforms that succeed to compile disappear[Image Removed] ...

The text in the platform stats window of the material editor cannot be selected or copied

Tools - Jun 28, 2018

The text in the platform stats window of the material editor cannot be selected or copied [Image Removed] ...

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