Function calls inside destructor are not called when expected.

UE - Gameplay - Blueprint - Jul 13, 2015

Functions called in the destructor are not being called properly. Setting a call to AddOnScreenDebugMessage is displayed at the start of PIE rather than when the actor's destroy is called. ...

StartWithTickEnabled is ignored for actor components that auto activate

UE - Gameplay - Components - Jul 13, 2017

Any change to the setting for the variable bStartWithTickEnabled in a skeletal mesh component is not registered. The component will tick even when the variable is set to false. Setting bStartWithT ...

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. ...

[MetaSounds][Voice Management] - MetaSounds set to Restart do not virtualize correctly when the Attenuation Shape is not a Sphere

UE - Audio - MetaSounds - Aug 17, 2022

When using Attenuations with MetaSounds, if the Attenuation Shape is Sphere it works as expected. However, other shapes do not work correctly. The sound either becomes deactive or sometimes the soun ...

Destructible Mesh component doesn't show in bp viewport until the bp is reopened

UE - Simulation - Physics - Destruction - Jun 10, 2016

Destructible Mesh component doesn't show in bp viewport until the bp is reopened User Description: Mesh dont appears in viewport after add DestructibleComponent and set "Destructible Mesh". After ...

The Left Mouse Button Pressed event is not firing when Input Mode Game Only is set and Show Mouse Cursor is true

UE - Editor - UI Systems - Slate - Sep 20, 2019

The Left Mouse Button Pressed event is not firing when Input Mode Game Only is set and Show Mouse Cursor is true. Attached is an example project (4.23) that demonstrates the issue. Found in 4.23.0 ...

Double Properties break reset to default and inherited value propagation

UE - Gameplay - LWC - Apr 13, 2022

This is an issue with how FPropertyValueImpl::ResetToDefault works: it uses GetDefaultValueAsString to reset the default value. This is problematic because the LexToString function that is eventuall ...

Demo Record does not play back the events that occurred after the ServerTravel command.

UE - Networking - Sep 16, 2021

Regression was checked on UE5-Release-EarlyAccess CL 16682836, Regression - No. ...

Blueprint enum-to-string node returning inconsistent results across platforms

UE - Gameplay - Mar 5, 2020

Converting a C++ enum to a string should be a consistent result, however when running in the editor it returns the display-name value instead of the index value. This prevents C++ UENUMs from being ...

Unable to dynamically load an animation blueprint in a packaged game

UE - Gameplay - Jul 27, 2015

Dynamically loaded animation blueprints do not work within packaged product. Download the pre-made project from here: [Link Removed] ...