Blend Graph can trigger ensure Bone.IsRotationNormalized()

OLD - Anim - Aug 23, 2019

Using a custom Blend Graph can trigger the ensure Bone.IsRotationNormalized() when source pose is connected to output. ...

Exporting Camera Anims from Sequencer does not copy over tangents correctly

UE - Anim - Sequencer - Sep 4, 2019

This appears to be tied to the integer time conversion. Converting in MovieSceneToolHelpers::CopyKeyDataToMoveAxis does not account for frame rate when converting tangents. I tested multiplying the ...

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode

UE - Graphics Features - Sep 11, 2019

Tessellated Materials Displayed as 0 in Shader Complexity ViewMode. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8588088 ...

Diffing Tool showing false positive when diff'ing identical blueprints using FText input pin

UE - Editor - UI Systems - Localization - Sep 17, 2019

When diffing the two blueprints, the FText values are deemed different when they are the same. A workaround has been found by doing a pure string-compare for FText inside "GraphDiffControl::ArePinsD ...

GenerateVisibileRayTracingMeshCommands Severely Reduces Foliage Performance Even if no RayTracing is Used

UE - Graphics Features - Lumen - Sep 18, 2019

GenerateVisibileRayTracingMeshCommands Severely Reduces Foliage Performance Even if no RayTracing is Used. Found in 4.23 CL# 8386587 and 4.24 CL# 8748719 ...

Pivot Offset for grouped objects resets to another objects offset

Tools - Sep 19, 2019

Grouping objects with individual pivot offsets causes a new offset location to be selected after manipulating the groups rotation or translation.  ...

Niagara crashes with skeletal mesh sampling in GPU system in Vulkan

UE - Niagara - Sep 17, 2019

Switching over to GPUCompute with Skeletal mesh surface sampling will crash in Vulkan. This does not occur with CPU sims or in D3D. When testing with D3D I would get the same Niagara compile warning ...

Shots with Time Scale less than 1.0 do not render from master sequence

UE - Anim - Sequencer - Sep 20, 2019

Setting a shot's time scale to less than 1.0 will cause it to not be rendered. ...

Niagara Systems are reset after changing the sg.EffectsQuality

UE - Niagara - Sep 24, 2019

Changing the effect quality from the console window causes Niagara systems to reset their visibility. Tested in 4.22.3(CL - 7053647), 4.23 (CL - 8386587), 4.24 (CL - 9023396) ...

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