Cloth rendering issue on triangles sharing kinematic attachments.

UE - Simulation - Physics - Character - Jul 29, 2020

All render vertices on any cloth triangle that contains one or two fixed vertex are set as fixed, whereas this should only be the case if all three vertices were fixed. ...

Destroying Actor via RepNotify After Seamless Travel Causes Pending Kill Warning

UE - Networking - Dec 15, 2016

Attempting to destroy an actor via a repnotify after seamless travel is causing the actor to fail to be destroyed because of a pending kill warning: [2016.12.15-19.10.13:936][574]LogNetPackageMap:W ...

Calling DiscardPlayerInput() does not appear to actually discard the player's input

UE - Gameplay - Jun 19, 2018

Calling DiscardPlayerInput() does not appear to actually discard the player input. The comment for the function indicates that input will be consumed and discarded without doing anything with it. Ho ...

bIgnoreAllPressedKeysUntilRelease behaves differently for triggers in EnhancedInputAction and triggers in InputMappingContext

UE - Gameplay - Input - Aug 10, 2023

For actions that are triggered on the Input mapping context, simply adding or removing an InputMappingContext with no related key override with the bIgnoreAllPressedKeysUntilRelease option will caus ...

Android Client unable to join VOIP Host Session

UE - Online - Aug 6, 2019

Android client is unable to join a VOIP Hosted Session. The following messaging occurs when the Client tries to join a found session on Android:LogInit: BSD_Android: I am localhost (127.0.0.1:0) L ...

Waking both of a constraint's rigidbodies re-enables collisions between constrained actors that were disabled by a Physics Constraint Actor

UE - Simulation - Physics - Solver - Apr 12, 2022

Waking both of a constraint's rigidbodies re-enables collisions that were disabled by the physics constraint You can also get this issue to occur by either shooting the two cubes around a bit, or by ...

Movement corrections occurring while standing still on rotating platforms

UE - Gameplay - Player Movement - Oct 5, 2022

When the player is controlling a Character actor, using the CharacterMovementComponent (CMC), unexpected movement corrections will occur while standing still on a movement base that is rotating. ...

Blueprint Diff tool does not mark changed properties as having been changed if they are in a custom nested category

UE - Gameplay - Blueprint - Jun 12, 2018

The Blueprint Diff tool does not highlight properties that have been changed from a previous version of the Blueprint if those properties are contained in a custom nested category. REGRESSION: No. ...

Crash when loading array of UStructs containing Instanced property

UE - Gameplay - Blueprint - Jan 26, 2022

The editor crashes with a failed assertion when opening a blueprint actor that contains a structure with instanced objects. ...

Reset to default behavior for arrays is inconsistent about updating customized struct headers

UE - Editor - Workflow Systems - Jun 22, 2023

The behavior for resetting the default for customized struct properties is inconsistent and needs to be reviewed and fixed. Currently we see this behavior:In non-array properties, the header will be ...