Eye Shading Model renders Emissive unexpectedly when using a FloatRGBA scene format

UE - Graphics Features - Apr 5, 2024

This appears to be caused by the colour format. It only occurs when the scene format has an alpha channel. FloatRGB (format 3) doesn’t exhibit these issues. Unfortunately, format 4 is the default fo ...

tvOS is missing prebuilt ssl libraries

UE - Platform - Apple - Apr 4, 2024

tvOS should include the libssl.a libs as part of the install build. ...

Incorrect relative position on replicated child actor

UE - Networking - Apr 4, 2024

The issue seems to occur when a replicated child actor is received on the client before its parent. The child actor will first be spawned at its correct global position, with its root component's p ...

Improved handling of material functions for Virtual Texture usage validation in materials

UE - Rendering Architecture - Materials - Apr 4, 2024

To enable proper validation between virtual texturing and opacity masked materials, a user has to check a project-level setting in order to get the material to compile, otherwise, they will encounte ...

GAS PlayMontageAndWait: Server applies root motion with wrong scale at last montage tick

UE - Gameplay - Gameplay Ability System - Apr 3, 2024

User reported: when playing an AnimMontage via GameplayAbility with the PlayMontageAndWait ability task that has a custom value for AnimRootMotionTranslationScale, (dedicated) servers can apply an i ...

Character sliding down a surface can prematurely land before reaching a walkable floor

UE - Gameplay - Player Movement - Apr 3, 2024

Under some circumstances, a character falling and sliding along a sloped surface may get hung up near the bottom of the surface before actually landing on the floor.  This seems to occur when slidin ...

Poor performance when Player Collision view mode active in City Sample

UE - Simulation - Debug Tools - Apr 2, 2024

The Editor become unresponsive and then has very low frame rates after activating the Player Collision view mode in the Small_City_LVL and Large_City_LVL maps in the CitySample project. The curre ...

Editor mode tabs can get corrupted in the layout

UE - Editor - Workflow Systems - Apr 2, 2024

This can happen with any mode. What actually happens is, when closing the Editor, the Editor saves its layout before closing the active Editor Mode, which leads the editor to think the tabs are sti ...

FTimeline::bPlaying may remain false on clients when replaying replicated timeline

UE - Gameplay - Apr 2, 2024

This seems to occur when FTimeline::Stop is called on the client but not on the server, as this will set bPlaying to false locally on the client. Because the value for bPlaying doesn't change on the ...

Reimport FBX does not correctly update frame-rate

UE - Anim - Runtime - Apr 2, 2024

This is an issue with the sequencer model, it does not clear its bPopulated flag so doesn't allow for changing the frame-rate to a non-compatible (multiple/factor off FPS). ...