When a Geometry Collection is in a Blueprint, attached to other components, it can render incorrect motion vectors at some angles. In the test project, any angle that is not a multiple of 45 will re ...
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 ...
When "RBF Interpolation" is enabled in the Groom settings, applying an Animation Sequence to a Skeletal Mesh that animates at a position far from the world origin causes the bound Groom shape to bec ...
Regression as of 4.22. Translucent Depth Sort Policy results in improper rendering ( Z-Fighting flickering) with Paper2D Sprite Components. ...
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 ...
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 ...
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. ...
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 ...
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 ...