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 ...
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 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 ...
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 ...
This does not just work with BaseColor, you can affect any of the outputs by connecting something to a disconnected CreateMaterialAttributes. ...
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 ...
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 ...