Duplicate code present in FPropertyEditor::GetEditConditionPropertyAddress

Tools - Mar 21, 2018

There is a line of code in PropertyEditor.h in FPropertyEditor::GetEditConditionPropertyAddress that is duplicated. It does not cause an issue but it is also an unnecessary line. The line is #695 an ...

ResavePackages commandlet with -fixupredirects flag won't update asset references on shared collections

UE - Editor - Content Pipeline - Content Browser - Mar 29, 2018

We currently have two methods of fixing up redirectors: the ResavePackages commandlet and the Fix Up option within the editor. While the editor's option correctly handles collections via FAssetFixUp ...

Mesh Clothing Assets Data Does Not Update Unless Asset Details Panel is Closed and Reopened

UE - Simulation - Physics - Character - Apr 4, 2018

Data in the Asset details panel < Clothing(Mesh Clothing Assets) does not update unless the Asset Details Panel or the Mesh editor itself is closed and reopened. User Can not go between the Clothing ...

Disabling "Skip Unneeded Dependency Compilation" clears spline points on component compile

UE - Gameplay - Blueprint Compiler - Apr 5, 2018

Spline points are lost when compiling BP component. Component is used in PlayerCharacter. Spline Actor Casts to PlayerCharacter and calls a function on this component. Workaround: Open BP_SplineAc ...

If Mesh is Reimported When Clothing Data is Applied Clothing Data Can No Longer be Edited

UE - Simulation - Physics - Character - Apr 5, 2018

Clothing data can not be applied after the mesh that had clothing data already applied to it has been reimported Error message "Failed to bind clothing asset "nameofmesh"_0LOD1 is already mapped t ...

Cast Hidden Shadow Creates Shadow Artifacts in Splitscreen

UE - Graphics Features - Apr 18, 2018

When using Cast Hidden Shadow in splitscreen, the shadow from your character has severe shadow artifacts. This has been observed in 4.18.3 as well as 4.19.1.  ...

Buffer Visualization Modes Are Inaccurate

UE - Graphics Features - Apr 19, 2018

In 4.18, Buffer Visualization Modes appear very similar to their representation in Buffer Overview. In 4.19 and Main (CL 4008322) the results are very blown out. Similar issue reported in [Link Remo ...

Investigate moving morph target mesh work from FSkeletalMeshLODRenderData::InitResources from Runtime Load to DDC/Cook

UE - Graphics Features - Mar 21, 2018

See UDN Thread: Possibility for reducing loading times for morph targets by moving work to editor/cooker/ddc (whichever is appropriate) Loading times: Our model has ~70k verts and ~900 morphs – O ...

Set splash screen node does not appear to update when the texture is changed

UE - Platform - XR - Apr 24, 2018

Set Splash Screen node does not appear to update when the texture for the splash screen is changed. The old splash screen must be hidden before the splash screen can be updated. ...

Billboard Actor Component properties reset when attached to a Child Actor

UE - Gameplay - Components - May 5, 2018

The properties of the Billboard Actor Component reset whenever they are changed while the Actor that the component is attached to is also a child of another Actor as well. ...