bIgnoreAllPressedKeysUntilRelease only applies to keys in the previous mapping

UE - Gameplay - Input - Jun 16, 2022

This is because the RebuildControlMappings function only checks this flag when you have a mapping that was already added, we should apply this for any new mappings as well.  I'll update the repro s ...

Sprite does not have a UV1 G channel.

UE - Niagara - Jun 16, 2022

The R channel of UV1 is not a problem. ...

HandheldAR ARKit camera overlay is not working in an iOS distribution shipping build

UE - Platform - XR - Jun 15, 2022

HandheldAR ARKit camera overlay is not working in an iOS distribution shipping build.  Unclear if it's the shipping build or the for distribution checkbox that is the issue (for distribution forces ...

Ensure occurs if the decal scale is set to a very small value

UE - Graphics Features - Jun 15, 2022

The variable emitting this ensure (RelativeWorldToDecalMatrix) is not actually used, so this line can be removed. FDeferredDecalPS::SetParameters ... const FLargeWorldRenderPosition AbsoluteOri ...

AI Perception UnregisterSource Sense == nullptr does not affect pending adds

UE - AI - Perception - Jun 15, 2022

UAIPerceptionSystem::UnregisterSource according to its documentation should treat Sense == null as targeting all sources, but the code for removing pending sources does not treat Sense == null as th ...

BinaryConfig cannot be created in packaging if there is a space in the file path name.

UE - Foundation - Cpp Tools - Automation Tool - Jun 13, 2022

Error log is output when including spaces when packaging binary configurations. The following log contains the string "Test Test" with spaces in the file path. ERROR: Failed to copy D:\Projects\Te ...

Sibling subsequences interfere with each other if they have different hierarchical biases

UE - Anim - Sequencer - Jun 10, 2022

It seems we are trying to factor for the other transform track, but it will not be applied due to the biases. ...

Ensure hit in OutdatedKnownStaticMeshDetected for replicated StaticMeshComponent

UE - Networking - Jun 10, 2022

The component's KnownStaticMesh value is updated whenever UStaticMeshComponent::UpdateBounds is called, and AActor::OnRep_ReplicatedMovement can result in this being called for the component. If thi ...

Push based, COND_InitialOnly property can fail to be replicated when actor becomes relevant again

UE - Networking - Jun 9, 2022

COND_InitialOnly properties can be resent when an actor becomes relevant to a client again. However, if the property is push based and it was never replicated the first time the actor was created on ...

Queued AnimNotifies skipped on Server via CharacterMovement in Dedicated Server

UE - Anim - Gameplay - Jun 9, 2022

Details in UDN [Link Removed] ...