Variables in Child Actor Template not Updating from Construction Script

UE - Gameplay - Blueprint - Sep 18, 2017

Project showing the issue attached. Variables in child actor template not updating based on changes made in child actor's construction script. Per licensee, "I'm basically trying to make a child a ...

C++ Classes subfolders cannot be viewed in CB if Sources Panel is closed

UE - Editor - Content Pipeline - Content Browser - Sep 14, 2017

When a new class is added to a subfolder, by entering the folder name in the Add C++ Class - Path field, navigating to the new subfolder doesn't work if the Content Brower's Sources Panel is closed ...

Cannot paste text into Text Box in HTML5 build

UE - Platform - Mobile - Sep 14, 2017

With HTML 5 Packages you cannot use the windows clipboard to paste things into the text box. This issue does not occur with other builds of the project. This issue does not appear to be a regression ...

Apex Cloth LOD distortion occurs after World Origin Rebase

UE - Simulation - Physics - Character - Sep 13, 2017

There is a distortion that occurs with Apex cloth when changing the World Origin location. This distortion occurs when you approach after the world origin has been changed. This issue is similar to ...

Foliage experiences odd culling when world origin is changed

UE - Graphics Features - Sep 13, 2017

There is an odd issue occurring when the world origin is changed, changing the world origin causes the foliage to cull in unexpectred ways. The issue can be solved by using the console command "r.Al ...

Removing blueprint function does not remove graph nodes of the function

UE - Gameplay - Blueprint - Sep 13, 2017

When a function in a blueprint (BP created or BlueprintCallable from code) has nodes calling that function in the event graph, deleting the function entirely does not remove the nodes that already e ...

When collision tracing a StaticMesh with ComplexCollision, trace penetration occurs

UE - Simulation - Physics - Sep 13, 2017

In the attached project, collision tracing is performed for StaticMesh of SimpleCollision and StaticMesh of ComplexCollision at the level. Trace is done from sphere trace from BP. At this time, trac ...

Launching game on Oculus Rift through SteamVR reverses hands

UE - Platform - XR - Sep 13, 2017

When launching the VR Template for example on Oculus Rift but through SteamVR using -hmd=steamvr and disconnecting htc Vive, the player's hands are reversed. Important for titles that want to sell ...

Editor crash on blueprint compile that contains edited BP Struct

UE - Gameplay - Blueprint - Sep 11, 2017

When a blueprint graph contains a "Make Struct" node for a blueprinted Struct, changing any pin's type causes the editor to crash when the blueprint is compiled. Regression: No - same behavior occu ...

Cannot convert Blueprint Function Library inputs to local variables

UE - Gameplay - Blueprint - Sep 11, 2017

When a blueprint function library function has input variables, the input pin cannot be converted to a variable / local variable. Regression: No - same behavior occurs in 4.16.3 ...