Morph Target Normals behaving strangely when deforming

UE - Editor - Content Pipeline - Import and Export - Aug 10, 2015

Morph Target Normals not importing as expected when Normals are locked User's morph targets are creating strange normals when the normals are locked in Maya upon export Cannot find suitable workar ...

PBO Disable option does not work in Hide Bone By Name node

UE - Simulation - Physics - Aug 10, 2015

PBO Disable option does not work in Hide Bone By Name node See repro and images[Image Removed][Image Removed] ...

Tick delta time does not provide the time between ticks (as stated in documentation)

UE - Gameplay - Aug 10, 2015

In the description for delta time given for the tick event it states "Game time elapsed since last call to Tick". This sounds as though it is supposed to calculate the time in between ticks. However ...

Enum Variable doesn't pull the correct Default Value

UE - Gameplay - Blueprint - Aug 10, 2015

Enum Variable doesn't pull/print the correct Default Value User Description: (Blueprint) User defined enum in 4.9 getting corrupted I believe there is a severe underlying issue in 4.9 regarding u ...

SphereGradient3D Material Function has unconnected (or unnecessary) Scene Depth Call

Docs - Samples - Aug 10, 2015

The SphereGradient 3D Material Function has a 'Custom Simple Depth Biased Alpha' section which utilizes Scene Depth but remain unconnected to the output of the material function. Users are reportin ...

Reimporting Meshes after renamed in Engine or Modeling Program break reimporting

UE - Editor - Content Pipeline - Import and Export - Aug 10, 2015

If you import multiple meshes from a single FBX file, then rename the asset in the Engine or in the Modeling Program, you will no longer be able to reimport asset until you complete overwrite import ...

Static light reflections do not honor Min Roughness settings for lights.

UE - Graphics Features - Aug 10, 2015

When using static lighting with Reflection Captures, the light sources Min Roughness setting is not honored. This is part of the new update for Reflection Capture Actors to render the light shape ...

Layered destructible meshes do not simulate correctly

UE - Simulation - Physics - Destruction - Aug 10, 2015

Layered destructible meshes do not simulate in the same way between UE4 and PhysX Lab. The observed issues are: 1) After first fracture no more damage is applied 2) Areas seem to react differently ...

Adding a StaticMeshComponent pointer to a derived StaticMeshComponent class has inconsistent behavior

UE - Gameplay - Components - Aug 6, 2015

Adding a UStaticMeshComponent pointer to a class derived from StaticMeshComponent allows for two meshes to be set by a single component. Setting two meshes inside a blueprint this way will only allo ...

Using HideCategories specifier does not hide custom categories

Tools - Aug 6, 2015

If a Component/ variable is given a custom category in code, using the HideCategories specifer inside the UCLASS macro does not hide the category. ...