Can't reference function parameters in interface functions

UE - Gameplay - Blueprint - Jun 5, 2019

"If a blueprint implements an interface function that returns a value, it is not possible to reference function parameters by right clicking and searching for them. In regular functions, if a functi ...

Omni-directional Stereo Capture render appears to have offset shadows

UE - Platform - XR - Jun 4, 2019

Shadows appear offset when using Omni-directional Stereo capture (see attached gifs) ...

Nested Structs don't work in the details panel

UE - Editor - UI Systems - Slate - Jun 3, 2019

Nested structs do not expand in the details panel whenever opening it in the full Blueprint Editor. Tested in 4.20.3 (CL - 4369336), 4.21.2 (CL - 4753647), 4.22.1 (CL - 6063286), 4.23 (CL - 66842 ...

Global Open Asset Dialog has a duplicate filter for "other developers assets"

UE - Editor - Content Pipeline - Content Browser - May 29, 2019

CL# 4832458 enabled bAddFilterUI, which causes a SFilterList to be created for the global open asset dialog. This SFilterList causes a duplicate FFrontendFilter_ShowOtherDevelopers to be added to th ...

Show Volumes command does not work correctly if volume was converted from brush

UE - Gameplay - May 28, 2019

Debug display using "show volumes" does not work for volumes converted from brushes. The reason is that bHidden = true is done in the constructor of ABrush. So, we will probably need to run SetVi ...

Float values are changed slightly in blueprints

UE - Editor - UI Systems - Slate - May 23, 2019

Some float values appear to be slightly altered when they are input into a float field in blueprints. For example 2.6 will be changed to 2.599999. Regression: This did not appear to occur in the 4 ...

AJA interlaced format have a strange behavior compare to Blackmagic.

UE - Virtual Production - May 21, 2019

Reproduce and confirm what is going on with the input/output. AJA output in interlaced format, should provide 30 frames at 60fps. For each frame, 1 field should contains the odd line of the image a ...

3DS Max 2019 asset has incorrect object position and rotation when imported in Datasmith

UE - Editor - Content Pipeline - Datasmith - Exporters - May 20, 2019

When this asset is imported into 4.22.1(4.22E0) it has incorrect object position and rotation. In 4.21.2 (4.21E3) the asset has the correct object position and rotation. ...

Engine crashes with AudioMixer if the sound is disabled in the system

UE - Platform - Linux - May 16, 2019

Seems like failure to init SDL device is not being properly propagated and something on the higher level keeps pushing commands to the (non-existent?) audio thread. Paging also [Link Removed] and [ ...