Emissive Input required for Landscape Painting to Appear Correctly when using Emissive Color and Make Material Attributes property Enabled

UE - LD & Modeling - Terrain - Landscape - May 1, 2017

When using the Make Material Attributes and landscape layer blends, if an Emissive input is being utilized on any one layer, the other layers must also utilize the emissive input in order for it to ...

Make/break settings struct doesn't work with edit-condition bools

UE - Gameplay - Blueprint - Apr 28, 2017

Make/Break settings in structs always returning true with booleans. ...

OnAudioPlaybackPercent Returning Incorrect Start Time of Play node with new Audio Engine

UE - Audio - May 2, 2017

The values returned by the OnAudioPlaybackPercent event node are incorrect when calling a sound to Play with a specific Start Time via blueprint when using the new Audio Engine i.e. AudioDeviceMod ...

Contains node for array allows different Reference with no error thrown

UE - Gameplay - Blueprint - May 9, 2017

When using the contain node for an array there is a delay is getting a proper warning to show under certain conditions. This issue occurs when a pin for the bottom is connected before the array is. ...

Color Picker No longer Retains Hex Values

Tools - May 9, 2017

The color picker doesn't remember values pasted or entered into the Hex Linear or Hex SRGB field. ...

Allow some scrubbing when snapping play time to keys

UE - Anim - Sequencer - May 16, 2017

The option for snapping the play time to keys while scrubbing is overly aggressive. We'd expect the behavior to snap to the key within a certain tunable tolerance, similar to the option for snapping ...

Is Valid is true in PIE but prints false in package build

UE - Editor - UI Systems - May 18, 2017

When using the IsValid node inside of a Widget blueprint with the Widget as the selected asset, the string will print as true in the Editor, but prints as false in the packaged build of the game. ...

UKismetStringLibrary::CullArray is poorly implemented

UE - Gameplay - Blueprint - May 18, 2017

FString::CullArray is a static function, but the BP version is still taking a string instance to operate on (which it won't mutate as the function is static), and takes the array as an in/out argume ...

Code Delegate behavior is not consistent based on where the delegate is created

UE - Gameplay - Blueprint - May 22, 2017

When a delegate is created in a component class, adding the component to a blueprint will show the delegate in the Event section of the Details panel when the component is selected. This allows an ...