Unfocused Standalone window has reduced performance

UE - Rendering Architecture - RHI - Aug 25, 2020

User description: When I run two windowed standalone instances to test multiplayer, the unfocused window gets about 2-5 fps...but if I focus on it, smooth 120fps, yet the opposite screen is now onl ...

Animation insights crash with linked anim graphs

OLD - Anim - Aug 25, 2020

From this UDN: https://udn.unrealengine.com/questions/601647/animation-insights-crash.html Looks like we need to cache the function index in FAnimNode_LinkedAnimGraph::DynamicLink and apply the sa ...

Painted Vertex colors are not retained when using "Convert Selection to Blueprint Class" in Child Actor mode

UE - Gameplay - Blueprint - Aug 25, 2020

From the User Submission: I spent some time poking through the FComponentInstanceDataCache code and noticed that there is no component instance data saved/applied for'native' component types, so si ...

Editor crashes when calling "Begin Draw Canvas to Render Target" on Event Tick

UE - Graphics Features - Aug 20, 2020

The recent hotfix caused this workflow to begin crashing. User reports that it worked as intended in 4.25.2 (CL-13908680). We are unable to reproduce it in 4.24.3 (CL-11590370) either. Crash is ha ...

Templated enum GetValueAsString function returns incorrectly formatted string

UE - Foundation - Core - Aug 19, 2020

For many years there has been a static function on UEnum called GetValueAsString which would convert an enum like EAttachmentRule::KeepWorld to the string "KeepWorld", if you passed in the explicit ...

Merged actors cannnot cast shadows when source actors Cast Shadows is disabled

UE - World Creation - Worldbuilding Tools - Merge Actor - Aug 19, 2020

Merging actors with cast shadows disabled causes the merged actor to be unable to cast shadows at all. Toggling the Cast Shadows option does not resolve the issue. This is seen in //UE4/Release-4.2 ...

Static lighting isn't bouncing when using Layered Materials

UE - Graphics Features - Lumen - Aug 13, 2020

Static lighting will not bounce on the ceiling when using a Layered Material. The Material Attributes Layers node is used which doesn't appear in 4.24.3 so this isn't a regression. This was report ...

Cruncher Sharp Double click navigation doesnt work

UE - Foundation - Core - Aug 12, 2020

[Image Removed] [Image Removed] I suspect this came in at 13550642 where I created a more separated data/view model ...

Assets are not discoverable after re-adding Feature Pack to project

UE - Editor - Content Pipeline - Content Browser - Aug 11, 2020

.uasset files that were deleted then re-added to the Content Browser are not properly discovered and added to the explorer. I have confirmed these assets are still on disk within Windows Explorer. T ...

Creating/Destroying UWorlds rapidly can cause dangling pointers from UAutoDestroySubsystem

UE - Gameplay - Aug 10, 2020

To summarize what I'm seeing there, a bunch of UObjects relating to that world have been destroyed but not all destructed. The UAutoDestroySubsystem pointer is still on the static tickable list, and ...