A Kinematic controlled vehicle is not rendering correctly when it has a non-identity transform.

There are issues with the vehicles rendered position when it is being moved in a kinematic manner, i.e, forcibly moving a vehicle (not simulating it) using either FChaosEngineInterface::SetKinemati ...

Vehicle clutch not fully simulated in Chaos Vehicle Plugin

There is no manual clutch control exposed to users. For completeness this should be available via blueprint in the same way that the settering, throttle and brake are user controlled. ...

UnkownRef Mips can cause TextureStreaming peaks during loading

UE - Graphics Features - Mar 27, 2023

UnkownRef Mips is meant to fix/workaround the problem where some textures are used for rendering but they don't have any component references them (such as texture used by PP effects) These UnkownR ...

Renaming a variable on a Blueprint will reset that variable's value on any Child BPs

UE - Gameplay - Blueprint - Mar 25, 2023

If a variable is renamed on a blueprint, then any child blueprints will lose their default values for that variable and reset to the parent's default value. This resetting only happens with the Chi ...

Decals Normal only + Material Attributes

UE - Graphics Features - Mar 24, 2023

This does not just work with BaseColor, you can affect any of the outputs by connecting something to a disconnected CreateMaterialAttributes. ...

Add support for referencing non-spatially loaded actors without clustering them together.

UE - World Creation - Worldbuilding Tools - Mar 23, 2023

The engine doesn't allow cross-level references as it assumes a referenced object is immediately available which we guarantee by placing any reference clusters into the same cells. This means the be ...

ApplyRootMotion**** ability tasks broadcast completion events before calling EndTask

UE - Gameplay - Gameplay Ability System - Mar 22, 2023

Several ability tasks used to apply root motion sources on Characters have ordering problems between on-completion style events and ::EndTask / OnDestroy. UAbilityTask_ApplyRootMotionMoveToForce is ...

Brush Editing: Can't move vertices along local coordinates

UE - LD & Modeling - Modeling Tools - Mar 20, 2023

Level Instances should not be able to be attached to other actors

UE - World Creation - Worldbuilding Tools - Level Instances - Mar 20, 2023