Enabling Skeletal Mesh 'Per Poly Collision' crashes the Editor

UE - Simulation - Physics - Aug 20, 2018

When a Skeletal Mesh isn't assigned, enabling Per Poly Collision on the Skeletal Mesh Component causes the Editor to crash. This issue was reported and tested in 4.20.1 (CL-4233996). This issue was ...

Metallic Materials Get Darker When Directional Light Is Set to Movable

UE - Platform - Mobile - Aug 20, 2018

Metallic materials get darker when directional light is set to movable. In 4.19 the same material will render dark in all mobility of the directional light. Found in 4.19 CL# 4033788, 4.20 CL# 4233 ...

Can not change source paths on Datasmith Scenes

OLD - Enterprise - Aug 20, 2018

You are unable to change the filepath for Datasmith Scenes. The '...' box is there for you to select but it does nothing when clicked. This issue happens in both 4.19.2 (0.182) and 4.20.1 (4.20E2) ...

Changing Frame Buffer Pixel Format to Float RGB Causes Editor to Crash

UE - Virtual Production - Aug 20, 2018

Changing Frame Buffer Pixel Format to Float RGB Causes Editor to Crash. Unable to test in 4.19 due to setting not being available. Found in 4.20 CL# 4233996 and 4.21 CL# 4299102  ...

Refraction Depth Bias In Material Instances Not Updating to Parent Materials Value

UE - Rendering Architecture - Materials - Aug 20, 2018

Refraction depth bias in Material Instances will not update to Parent Materials value. Found in 4.19 CL# 4033788, 4.20 CL# 4233996, and 4.21 CL# 4299102 Expected from user:Refraction Depth Bias sh ...

Material Function Input Displays Incorrect Data Type for Volume Texture, Static Bool, Material Attributes, and External

UE - Rendering Architecture - Materials - Aug 20, 2018

The material function Input Displays incorrect data type for Volume Texture, Static Bool, Material Attributes, and External. The function will still work properly however the type data is displayed ...

Changing variable type of event dispatcher results in permanent warning

UE - Gameplay - Blueprint Compiler - Aug 18, 2018

If you change the type of an event dispatcher variable (why is this a thing?!), then you will permanently have a warning of the form "No delegate property found for NewEventDispatcher_0" that will ...

Lighting not building in sublevels using Resave Packages

UE - Gameplay - Aug 17, 2018

Licensee found that running the resavepackage commandlet that sublevels who's lighting was built were not saving the changes. ...

[CrashReport] UE4Editor_CoreUObject!PackageReloadInternal::LoadReplacementPackage() [packagereload.cpp:274]

Tools - Aug 17, 2018

No user comments in crash group 262 UPackage* LoadReplacementPackage(UPackage* InExistingPackage, const uint32 InLoadFlags) 263 { 264 if (!InExistingPackage) 265 ...

Adding Variable to Struct (Exposed on Spawn) breaks SpawnActor functionality without error/warning

UE - Gameplay - Blueprint - Aug 16, 2018

Adding a variable to a Struct used with SpawnActor breaks functionality without warning. Workaround: Clear Class from SpawnActor and reassign same class User Cites Blueprint Compile manager as fau ...