Procedural Foliage Volume: Simulate() function doesn't work in Blue Print

UE - World Creation - Worldbuilding Tools - Foliage - May 10, 2019

Procedural Foliage Volumes can be resimulated by clicking the Resimulate button. But they can't be resimulated from Blueprints, even if there is a Simulate() function that can be executed. Found in ...

RepLayout can hold onto hard references to owning objects, preventing them from being destroyed.

UE - Networking - Feb 28, 2019

RepLayouts are associated with an Owning Object, which may be a Class, Function, or Struct. RepLayouts will only be cleaned up when the Owning Object is no longer valid. RepLayouts hold references t ...

Foliage LOD's Screen Size Can't be Set Higher Than 1.5

UE - World Creation - Worldbuilding Tools - Foliage - Jan 31, 2019

Foliage LOD's Screen Size Can't be Set Higher Than 1.5 Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 4827620, 5.1 CL 20024840 ...

nDisplay - DeprojectScreenToWorld alignment is off

UE - Virtual Production - nDisplay - Dec 3, 2018

Using nDisplay DeprojectScreenToWorld does not have proper alignment when clicking on the screen.  [Link Removed] ...

ApplyLimits AnimGraph Node has incorrect functionality

UE - Anim - Rigging - Nov 8, 2018

In AnimNode_ApplyLimits.cpp the inputs for the ConstrainAngularRange function are going to the wrong rotator values. The XYZ of the node's input vec3 is being stored in YPR of the clamped rotator, w ...

Snap to Bone only updates the UI in the PHat Editor - Constraints still modified when simulated

UE - Simulation - Physics - Oct 9, 2018

Even though the constraint appears to be snapped to the bone in the Editor, when it simulates, the skeletal mesh behaves like it was pulled apart I noticed this while verifying [Link Removed]. Even ...

Navigating the Editor on Linux with a Wacom Tablet is difficult

UE - Platform - Linux - Sep 17, 2018

Movement is quite sporadic and jumpy when using a Wacom Tablet to navigate the Editor on Linux. The Editor pans and zooms in and out really quickly with the slightest of movements. This was report ...

Unable to create a 'World Soft Object Reference' Variable from the Variables Panel

UE - Gameplay - Jun 21, 2018

Soft references to World objects (TSoftObjectPtr<UWorld>) cannot be directly created in blueprints. These types work fine in blueprints but cannot be directly created. The reason soft references are ...