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 ...
If an actor that is used in the pooled actor list of UMassActorSpawnerSubsystem is destroyed, it causes a nullptr exception in UMassActorSpawnerSubsystem::SpawnOrRetrieveFromPool. The subsystem atte ...
Editor preferences are not successfully exporting in //UE5/Release-5.1 This issue is occurring in Binary //UE5/Release-5.1 at CL 23901901 This issue is NOT occurring in Binary //UE5/Release-5.0 at ...