High GPU usage in UE5 in comparison to UE4

UE - Graphics Features - Jul 23, 2021

It seems that GPU usage in UE5 has dramatically increased in comparison to 4.26. A simple First Person Template with a Landscape created with default settings and a few hills sculpted onto it, cause ...

USD Material variant selection is not reflected on mesh

UE - Editor - Content Pipeline - Datasmith - Importer - Jul 22, 2021

The material is expected to change from red to green. ...

Rendering from the Movie Render Queue at runtime while using the current level will fail, even when the levels match

UE - Anim - Sequencer - Jul 22, 2021

When Use Current Level is true, the MRQ tries to validate that the maps are the same, but this will fail when the maps actually do match.  The Use Current Level flag should allow the render to cont ...

Android API 30 LaunchURL Not Working

UE - Platform - Mobile - Jul 22, 2021

The LaunchURL blueprint node is not functioning when using non-default browsers in API level 30 on Android Devices. Another licensee reports that the default browser may not be relevant, as any brow ...

When Mobile Deferred Shading, the DBuffer Decal is affected by metallic value

UE - Platform - Mobile - Jul 22, 2021

Use Deferred Shading (r.Mobile.ShadingPath=1) Enable DBuffer Decal All Lights’s mobility is Static Decal Material settings : Material Domain - Deferred DecalBlend Mode - TranslucentDecal Blend Mo ...

Translucent materials appear in all stencil layers when rendered in the Movie Render Queue

UE - Anim - Sequencer - MRQ - Jul 22, 2021

No matter how many passes there are translucent objects will appear in all of them. A notable case is particles, as their materials are often translucent. Using masked materials is a possible workar ...

Animations are not recorded correctly when "Save Record Assets" is enabled.

UE - Anim - Sequencer - Jul 21, 2021

If I disable "Save Record Assets", all animations are recorded. I have checked the implementation of bSaveRecordedAssets, but I am not sure if this is the intended implementation. ...

Two animation assets are created when Pawn is recorded in TakeRecorder.

UE - Anim - Sequencer - Jul 21, 2021

If you specify a Level Sequence of "TakeRecorder_Skeletal" in step 3, there will be only one animation created. The licensee wants this to be the same behavior. ...

When using All Nearby Spawned Actors, the number of recorded animation frames is not enough.

UE - Anim - Sequencer - Jul 21, 2021

The licensee wants to record the same number of frames as the animation in "Content/TakeRecorder_test/Grayman/anm/". I thought that increasing the number of frames by 1F on Sequence would solve the ...

If you add "All Nearby Spawned Actors" later, the first shot's animation will not be recorded.

UE - Anim - Sequencer - Jul 21, 2021

If you replace steps 2 and 3 and add "All Nearby Spawned Actors" first, and then add the Source of "Level Sequence", the animation of the first shot will also be recorded. ...