Wildcard Maps Inputs/Outputs Propogate Incorrectly in Macros

UE - Gameplay - Dec 13, 2019

When a macro takes in a Map <Wildcard, Wildcard> if the output is the element in the map it is the same type value of as the key. You can see see a quick demonstration at [Link Removed]. This seems ...

Widget Components Add Thin Black Outlines to Images

UE - Editor - UI Systems - Dec 13, 2019

When a slate element that uses a png with a transparency the edges have a black outline. When the Widget3DPassThrough material is applied to the widget the effect is lessened, but is the outline sti ...

New key value pairs added to a data table are not able to be found until the project is reloaded

UE - Gameplay - Dec 13, 2019

Adding a new key to a dataTable deriving from c++ will not be found until the entire project is reloaded. Download link to test project: https://github.com/sorkNasrk/testbug ...

Material Instance Parameters Undo Doesn't Update Values

Tools - Dec 11, 2019

Material Instance parameters do not update values when the user does an Undo (Ctrl+Z). An example project is attached. This seem related to [Link Removed]. Found in 4.24 CL#10570792 Reproduced in ...

Engine Crashes When Converting an Int to Float For a Map Key In Blueprints

UE - Gameplay - Blueprint Editor - Dec 11, 2019

The engine crashes when trying to automatically create a type conversion node when they are used a key for a map. Found in 4.24 CL#10570792 Reproduced in 4.25 Main CL# 10646676 ...

Blueprint Actor cannot delete implemented interface when Interface is converted to an Event.

UE - Gameplay - Blueprint - Dec 11, 2019

In Editor, When you remove a return value parameter from a Blueprint Interface function's Output Category. (so there are no return values), it becomes an event. In any Blueprint that implements the ...

FRotator::SetClosestToMe(FRotator) Doesn't Set The Correct Value

UE - Foundation - Core - Dec 10, 2019

FRotator::SetClosestToMe(FRotator) doesn't set the correct value. Attached are files with the demonstrative code. Found in 4.23.1 CL#9631420 Reproduced in 4.24 Preview 4 CL#10570792, 4.25 CL#10520 ...

Instances In a Hierarchical Instance Static Mesh Component Don't Retain PerInstanceRandom Values When Rotated

UE - Graphics Features - Dec 9, 2019

When an instance in a Hierarchical Instance Static Mesh component is rotated using "Update Instance Transform" it doesn't retain it's material's base color value when the material uses PerInstanceRa ...

TimeSynth when reactivated doesn't continue playback from where it was deactivated

UE - Audio - Dec 9, 2019

This issue only occurs with -audiomixer passed into the Engine (4.23) and in 4.24/4.25 where it is enabled by default. The user tried deactivating and reactivating Time Synth component to pause it ...

Actor Component's Transform Gizmos Follow The Actor Root

Tools - Dec 9, 2019

When an actor component is selected and is moving independent of it's root the transform gizmo doesn't follow the actor component. If you select the actor component and translate it the transform g ...