Android build fails with GPU Lightmass plugin enabled

UE - Platform - Mobile - Nov 5, 2020

Packaging for Android fails with the GPU Lightmass plugin enabled. A customer reported this and I was able to successfully repro it, however my callstack was different. I'm attaching my logs and cal ...

RVT Material Preview incorrect in Landscape paint target layers

UE - LD & Modeling - Terrain - Landscape - Nov 5, 2020

Missing scale for tangent with morph target

UE - Editor - Content Pipeline - Import and Export - Nov 4, 2020

There is a bug in the fbx curve import code where we do not multiply the tangent by the scale parameter. Only the key value is currently scale. In 4.25 there was a hardcoded 0.01 scale but it was w ...

Movie Render Queue renders are not displaying Landscapes

UE - Anim - Sequencer - Nov 4, 2020

When creating a Movie Render Queue render with a landscape the render does not display the landscape. This issue is occurring in 4.26 Binary CL 14627614 This issue is NOT occurring at 4.25. Binary ...

Naming a variable 'LifeSpan' causes the default value to be reset after closing the editor

UE - Gameplay - Blueprint - Nov 3, 2020

Customer reported this issue in Salesforce. I repro'd this issue in 4.25.3, 4.25.4, and 4.26. Therefore marking it as not a regression. Renaming the variable something like "LifeTimer" does not res ...

Struct Viewer will display duplicate structs after a rename

UE - Gameplay - Blueprint Editor - Nov 3, 2020

[Image Removed] ...

Camera Component struct instance parameters not recorded by Take Recorder when recording to Spawnables

UE - Anim - Sequencer - Nov 3, 2020

Filmback settings don't have their default values recorded from the source actor in Take Recorder when recording to spawnables. ...

The HISM will have double drawcalls when player opens r.Mobile.AllowDitheredLODTransition

UE - World Creation - Worldbuilding Tools - Foliage - Nov 2, 2020

Please check the Function GetDynamicMeshElements in HierarchicalInstancedStaticMesh.cpp. The  Function Traverse in GetDynamicMeshElements will always return two Lod levels, even the transition is f ...

Blueprint class's property is overridden by parent blueprint class

UE - Gameplay - Components - Nov 2, 2020

I did some research. The problem is caused in CoreNative.cpp. In Function GetInstancedSubobject (Line 126) We should check if instance is runtime instance first. If it is runtime instance, just us ...