Rigidbody not moving when small force is applied, and only rotates when angular impulse ≥ 7

UE - Simulation - Physics - Solver - Jan 3, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...

UClass::HasProperty() returns true for properties in a child class even though the comment for the function indicates it checks for the property in the current class and parents of the current class

UE - Foundation - Core - Dec 21, 2018

The comment describing UClass::HasProperty() indicates that it checks to see if a specified property exists in a class, or a parent of that class. However, when a property that exists in a child of ...

GetAllocatedSize returns inaccurate number of bytes

UE - Foundation - Core - May 20, 2015

When calling GetAllocatedSize() on a TBitArray it will round down the result of MaxBits / NumBitsPerDWORD. This means that not enough bytes are allocated when the MaxBits is not divisible by NumBi ...

Toggling a Spline component from an open/closed loop through bp's isn't reflected

Tools - Jan 19, 2015

Toggling a Spline component from an open/closed loop through bp's isn't reflected ...

Dynamic Parameters do not function in Beam Emitters

UE - Graphics Features - Apr 10, 2015

Transfered Issue from TTP # 298314, originally opened in TTP on 6/3/2013 and updated with Answerhub post information on 5/18/2014 Dynamic Parameters cannot be used with a Beam Emitter, they pass no ...

Improper Rendering of Paper Sprites in Translucent Sort Axis.

UE - Graphics Features - Apr 8, 2019

Regression as of 4.22. Translucent Depth Sort Policy results in improper rendering ( Z-Fighting flickering) with Paper2D Sprite Components. ...

C++ Third Person Template project crashes when opened

UE - Anim - Runtime - Mar 16, 2022

Third Person C++ project crashing on open on Android Devices 4/4 Repro rate ...

ChildActor Component with physics spawns at the wrong location

UE - Gameplay - Jul 16, 2015

ChildActor Component spawns at the wrong location as long as the actor that the ChildActor is referencing has the StaticMesh set as the root and simulating physics. User Description: Basically I h ...

Cannot edit collision response details in SkeletalMesh components added via Blueprint.

UE - Gameplay - Blueprint - Aug 5, 2015

If the mesh component is added in Blueprint (i.e. in the Blueprint editor and/or through Construction Script), then it's not possible to edit the collision response details for an instance of the co ...

[MetaSounds] - Input Parameter Settings revert to the default after a MetaSound becomes virtual

UE - Audio - MetaSounds - Sep 23, 2022

On restarting from Virtualizing, any parameters set previously on a MetaSound are ignored and the MetaSound restarts with the default values. This does not behave this way with Sound Cues, in which ...