Collab Viewer: VR motion controllers don't work as intended as a VR Client

UE - Editor - Content Pipeline - Datasmith - Importer - Oct 15, 2019

The motion controller hands are broken in the Colab Viewer template when connecting as a VR client. ...

Child Blueprint components become broken in sequencer when "Run Construction Script in Sequencer" is checked

UE - Anim - Sequencer - Oct 15, 2019

When enabling "Run Construction Script in Sequencer" on a Blueprint Child Actor and having "Rerun Construction Scripts" turned on in Sequencer, the Child BP's properties become inaccessible in Seque ...

Blueprint macro in a level blueprint causes memory leak

UE - Gameplay - Blueprint - Oct 15, 2019

The level blueprint has a macro that references a level. FBlueprintNodeTemplateCache keeps holding this cashe at transition level. Unable to find source-code formatter for language: text. Available ...

Copy Procedural Mesh from Static Mesh Component does not work correctly when the order of material slots is different

UE - Graphics Features - Oct 15, 2019

This issue occurs when the section and material slot order do not match In this sample project:[Link Removed] According to a report from the licensee, the order of Sections seems incorrect.[Link R ...

Unloading a spawned Detour AI Controller using Level Streaming causes a crash

UE - AI - Oct 14, 2019

In a Level Streaming setup, unloading a level that has spawned an AI Character with a Detour AI Controller causes a crash. This was reported and tested in 4.23 (CL-8386587). This was reproduced in ...

Expose light depth and position to Light Functions

UE - Graphics Features - Oct 14, 2019

Users have requested that light depth and light position are made available to Light Function Materials.Light Depth We seem to be calculating the per-pixel distance from the light to the surface in ...

Sorting a Blueprint variable into a subcategory separates variables into separate category structures

UE - Gameplay - Blueprint - Oct 14, 2019

Within the Blueprint Editor, it is possible to create subcategories for variables to be sorted into. Doing so separates variables not nested into subcategories out into standalone, top-level structu ...

Camera modifier blueprint used in another blueprint crashes editor (Assert failed in edit condition code in details panel)

Tools - Oct 14, 2019

Changing the default values inside of a camera modifier blueprint when referencing it in another blueprint results in a crash. Tested in 4.21, 4.22, 4.23 and 4.24 ...

thumbnail is updated at an unintended timing

UE - Editor - Content Pipeline - Content Browser - Oct 14, 2019

This seems to be because the OrbitZoom of ThumbnailInfo is rewritten by ResetCamera () when the viewport is opened. Is this correct processing? ...

Undoing after opening a bluperint will delete nodes in a math expression

UE - Gameplay - Blueprint - Oct 11, 2019

Math expressions fail to compile when performing an Undo after opening a blueprint ICE - wrong output link - ((1 + x) * (sin(myVar))) - (2.400000 / (rand())) ...