Gameplay Tags Can't Be Edited Via "Bulk Edit via Property Matrix"

Tools - Dec 25, 2019

You can't edit a gameplay tag when you bulk edit via the property matrix. Found in 4.23.1 CL#10757647 Reproduced in 4.24.1 CL# 107567474.25 Main CL#10868506 ...

Meta Allowed Class Doesn't Allow All The Included Classes

Tools - Dec 24, 2019

The Meta Allowed Classes specifier doesn't allow the user to assign anything of the second type. Found in 4.24.1 CL#10757647 Reproduced in 4.23.1 CL#9631420, 4.25 Main CL#10868506 ...

Vulkan with Forward Shading & MSAA Crashes

UE - Graphics Features - Dec 23, 2019

Projects crash when the following Project Settings are set: • Vulkan is enabled • Vulkan is the Default RHI • Forward Shading is enabled • AntiAliasing Method is set to MSAA The different engine ve ...

BP nativization emits incorrect C++ code for noexport-typed struct field access in some cases.

UE - Gameplay - Blueprint - Dec 18, 2019

In BlueprintCompilerCppBackendUtils.cpp: #define MAP_BASE_STRUCTURE_ACCESS(x) \ BaseStructureAccessorsMap.Add(x, TEXT("#x")) Needs to be changed to: #define MAP_BASE_STRUCTURE_ACCESS(x) \ ...

ARCore - "Get Supported AR Video Formats" returns empty on Android

UE - Platform - XR - Dec 18, 2019

Get Supported AR Video Formats node only functions on iOS. (ARCore Library has similar 'Get ARCore Camera Config' node currently) Tested with iPad A1701 and Note 9 ...

Mac - After clicking, the the Mouse position resets

UE - Platform - Apple - Dec 17, 2019

Unexpected behavior with mouse position on Mac If 'Show Mouse Cursor' is true the problem does not occur. Catalina 10.15.1 ...

VR Preview + Wireframe View Mode = Wireframe only in Left Eye

UE - Platform - XR - Dec 16, 2019

Wireframe View mode only rendering in Left Eye. Was working pre rendering-refactor (4.21) Confirmed in 4.25 MAIN @ CL 10730208 ...

WildCard Inputs/Outputs Propogate Incorrectly in Macros

UE - Gameplay - Dec 13, 2019

When a macro takes in a two Wildcard inputs and two Wildcard outputs connecting a variable to one assigns the value of all the outputs even if they don't connect (check attached image). You can see ...

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

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