Preinfintiy and Postinfinity settings within the Curve Editor of an Animation can not be changed from Constant

UE - Anim - Runtime - Sep 7, 2022

This is a regression tested in //UE4/Release-4.27 CL 18319896 Preinfintiy and Postinfinity settings within the Curve Editor of an Animation can not be changed from Constant. Either by right clickin ...

Transform behavior of attachments is abnormal when scaling the parent actor along a single axis.

UE - Editor - Workflow Systems - Sep 6, 2022

Here are gif screenshots of the different results in UE and Unity of the same operations. [Image Removed] [Image Removed] ...

Crash when dragging and dropping sub-level Actors into HLOD Outliner

UE - World Creation - Worldbuilding Tools - HLOD - Aug 25, 2022

In 4.27.2 a new cluster is created without any problem. ...

FBX animations generated under fractional framerates fail to import

UE - Anim - Runtime - Aug 24, 2022

We now have the following error that is generated in FFbxImporter::ValidateAnimStackif (!FMath::IsNearlyZero(SubFrame, KINDA_SMALL_NUMBER) && !FMath::IsNearlyEqual(SubFrame, 1.0f, KINDA_SMALL_NUMBER ...

StaticMeshComponent occasionally doesn't simulate physics after SpawActor.

UE - Simulation - Physics - Aug 23, 2022

When spawning Pawns with a StaticMeshComponent with SimulatePhyscis=True, they occasionally may not simulate physics. This can be reproduced by simply repeating the respawn. The frequency of reprodu ...

Retainer Box does not propagate Visibility settings to children

UE - Editor - UI Systems - UMG - Aug 22, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL18319896 Retainer Box does not propagate Visibility settings to children. Setting Canvas visibility to 'Not Hit-Testable (Self & All Childre ...

Material fails to compile when virtual texture is connected to opacity mask only through Set/Get Material Attributes

UE - Rendering Architecture - Aug 19, 2022

If we connect a virtual texture to the opacity mask output of a material the material will fail to compile. This is expected. However if the opacity mask uses a regular texture connected via SetMat ...

The GetCombinedForces put out wrong value when the vehicle is reversing

UE - Simulation - Physics - Aug 19, 2022

Reproduced 3/3 times. A similar bug occurred with PhysX ([Link Removed]) Check the function:  FVector FSimpleAerodynamicsSim::GetCombinedForces(float VelocityIn) if the velocityIn is negative, th ...

Crash occurs while replacing a Widget Component with a user created Text Block

UE - Editor - UI Systems - UMG - Aug 18, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL18319896. The crash occurred. Crash occurs while replacing a Widget Component with a user created Text Block blueprint. ...