Importing Alembic/ABC File with Large Number of Morph Targets Breaks Morph Targets

OLD - Anim - Jun 18, 2018

When importing abc files with several morph targets (as a skeletal mesh), some morphs do not import and the ones that do are distorted(see screenshots and attached project) -Number of morphs is no ...

[CrashReport] UE4Editor_SlateCore!FHittestGrid::FindFocusableWidget<<lambda_3a8b364273a2882da220e6e492096c17>,<lambda_d0075a811a928600995d1b2de6795365>,<lambda_105424556dbaeebf7f5bf9bed3e2f737> >() [hittestgrid.cpp:397]

UE - Editor - UI Systems - Jun 18, 2018

No user comments in crash group 394 for (StrideCellPoint[StrideAxis] = StrideAxisMin; StrideCellPoint[StrideAxis] <= StrideAxisMax; ++StrideCellPoint[StrideAxis]) 395 { 396 ** ...

TextScale parameter doesn't change size of text in AddOnScreenDebugMessage()

UE - Foundation - Core - Jun 16, 2018

The textScale parameter in AddOnScreenDebugMessage does not change the scale of the debug message. ...

Colors of Individual Lens Flare Tints Cannot be Changed in UE 4.18+

UE - Graphics Features - Jun 15, 2018

If you create a project in 4.17 and follow the Repro steps, you will be able to adjust the colors of individual lens flares. If you copy the 4.17 project into 4.18, 4.19, 4.20 Preview, or 4.21 the f ...

Editor grid zfighting with meshes

UE - Graphics Features - Jun 15, 2018

The editors snap grid will zfight with flat surfaces of static meshes and BSPs. Found in 4.19 CL# 4033788, 4.20 preview CL# 4121666, 4.21 CL# 4131780 ...

Crash when trying to "Update Mesh Section" on any procedural mesh just after "Clear Mesh Section" and "Create Mesh Section" for different vertices and triangles.

OLD - Anim - Jun 15, 2018

the editor Crashes when trying to "Update Mesh Section" on any procedural mesh just after "Clear Mesh Section" and "Create Mesh Section" for different vertices and triangles. Found in 4.19 CL# 4033 ...

Using the old DOF algorithm doesn't work properly

UE - Graphics Features - Jun 15, 2018

When using CircleDOF with the old algorithm it will not properly blur objects close to the camera.  Working properly in 4.19 CL# 4033788 Found in 4.20 Preview 2 CL# 4121666 and 4.21 CL# 4131780 T ...

Unable to call several functions in UMovieSceneParameterSection due to them not being exposed outside of the module

UE - Anim - Sequencer - Jun 14, 2018

The AddScalarParameterKey(), AddVectorParameterKey(), and AddColorParameterKey() functions in the UMovieSceneParameterSection class are not currently exposed to be called from outside of the module. ...

GameplayTag Query on Component Instance resets when reloading level

UE - Gameplay - Components - Jun 14, 2018

GameplayTagQuery variables - when inside of a component, are not saved. User notes: "Note that this does not occur if the ActorComponent is added in code in a native actor and that the actor at S ...

Migrating assets to a plugin causes references to break

UE - Editor - Content Pipeline - Content Browser - Jun 14, 2018

The migrate function is meant for moving assets from one content folder to another, so it does no actual modification of the references in the migrated assets. This is normally fine, since we expect ...