SketchUp models are too small once imported via the Datasmith plug-in

UE - Editor - Content Pipeline - Datasmith - Exporters - Sep 24, 2018

In Sketchup the user made a cube thats 100cm x 100cm x100cm and has Sketchup's measure units set to cm. When imported into DataSmith the cube is 39x39x39. It was calculated that the scaling was off ...

Unreal Studio: Multi User Viewer Template Menu: Next Arrow Bug

UE - Anim - Sequencer - Oct 11, 2018

"There's a bug with the menu where you cant get to the next step (server browser or host) when you have a VR headset plugged and available. The "Next_Btn" button is greyed out on the last step. You ...

GetRandomReachablePointInRadius is displaying non reachable points when radius float values exceed 6000

UE - AI - Oct 31, 2018

When creating an Actor, and placing them inside of a geometric obstacle. GetRandomReachablePointInRadius is giving only non reachable points. The behavior happens when we set our navigational mesh b ...

Progress Percent is removed from UMG Progress Bar when Transform Shear value is changed

UE - Graphics Features - Nov 8, 2018

Modifying the Shear values on a Progress Bar in a Widget Blueprint cause it to lose its Fill Color and set Progress. This is a regression from 4.20.3 (CL-4369336). Reproes with -vulkan on both Linux ...

Crash on Level Load with Sequencer Event

UE - Anim - Sequencer - Nov 9, 2018

Crash when changing maps with sequencers new event director. Confirmed in 4.22 MAIN at CL 4553454 ...

Engine crashed during Animation Blueprint compilation with Blend Multi node

OLD - Anim - Nov 30, 2018

Engine crashes if Blend Multi node output is connected to final transition node, and no input is connected to Blend Multi node input parameters. [Image Removed] ...

Crash when changing the variable type of a variable used in a blutility function

UE - Gameplay - Blueprint - Feb 22, 2019

When changing the variable type of a variable that is used in a function for a blutility a crash can occur ...

Assertion failed: PlatformNeedsExtraDeletionLatency()

UE - Rendering Architecture - RHI - Mar 5, 2019

Animating a HISM along a spline when many other HISMs are present will result in a crash in 4.22. Confirmed in 4.23 MAIN @ CL 5291468 ...

CachedLocalBounds is incorrectly updated

UE - Anim - Gameplay - Apr 19, 2019

USkeletalMeshComponent::CalcBounds updates CachedLocalBounds by transforming the world FBoxSphereBounds, by the WorldToLocal transform, which is not sufficient to calculate the bounds in local space ...