CommonUI Analog Cursor + Enhanced Input triggers cause Gamepad Face Button Bottom triggers to get stuck when alt-tabbing

UE - Gameplay - Input - Jun 18, 2024

Reproduction rate: 5/5 Regression check: No, this also occurs in 5.4.2. Please note that this issue only reproduces with the Gamepad Face Button Bottom and does not occur for any other gamepad butt ...

Can't set "r.Shaders.Optimize" to false in UE5.4

UE - Rendering Architecture - Shaders - Jun 7, 2024

The CVar "r.Shaders.Optimize" cannot be set to false from DefaultEngine.ini in the section "[ShaderCompiler]" as its help text describes. Also tested on UE5-Main, CL: 34200103 ...

Problem with material layers using interpolator nodes

UE - Rendering Architecture - Materials - Jun 7, 2024

The Vertex Interpolator Material Expression appears to collapse separate instances from separate Material Layers, leading to visual artifacts when used. Also tested on UE5_Main, CL: 34200103 ...

PostReplicatedChange called for fast array item even when no values change

UE - Networking - Jun 7, 2024

Unless a property is set to REPNOTIFY_Always, we compare the property's received value to the current value on the client before calling the OnRep function. However, when determining if a fast array ...

ControlRig & Sequencer: FindControlRigs returns rigs even if their track have been removed

UE - Anim - Rigging - Jun 5, 2024

Constraint Actor to Rig with Editor Utility Widget is working for the first time adding to the Sequencer. However if it was deleted and added to Sequencer again, run Scripted Actor Action shows Err ...

Server will process moves from client with bReplicateMovement set to false

UE - Gameplay - Player Movement - May 28, 2024

UCharacterMovementComponent::ReplicateMoveToServer checks IsReplicatingMovement before sending moves to the server, but the server does not check IsReplicatingMovement when processing these received ...

Actors in always loaded sublevels are not immediately recorded into replays

UE - Networking - May 24, 2024

In FReplayHelper::ReplicateActor, we check Connection->ClientHasInitializedLevel(Actor->GetLevel()) to see if the actor should create a channel or not. However, the DemoNetConnection does not have a ...

LogAssetRegistry Error produces a path error when referring to assets on a junction/hard link/soft link

UE - Foundation - Core - Cooker - May 23, 2024

IAssetRegistry::GetChecked().ScanPathsSynchronous() now eventually calls FPathExistence::LoadExistenceData and logs the errorFPathExistence failed to gather correct capitalization from disk for <p ...

Iris - high latency causes initial hitch for newly spawned actor's movement

UE - Networking - Iris - May 20, 2024

This may possibly be due to FReplicationWriter::CanSendObject waiting for CreateConfirmation. ...

Copy/Paste array of strings in Details Panel adds quotes to entries

UE - Editor - Workflow Systems - Apr 24, 2024

Conversation moved to Comments to allow for public visibility. ...