Note: This worked correctly up to UE 5.4, but repros from UE 5.5 up to mainline latest. If a Niagara Emitter is set up with "Spawn Burst Instantaneous" on time 0.0, and the spawned particle(s) have ...
Automatically generated navlinks are failing to be detected by FNavMeshNodeFlags::IsNavLink. The area flag assigned to the navlink end points is not including the NavLinkFlag. ...
The experimental Offset Root Bone node does not respect velocities, meaning that it does not work when a character is based on a moving platform. The capsule will rotate with the platform, but the r ...
The crash is due to previous Rename operation, that reset a preallocated array which later FAsyncPackage2::ExecuteDeferredPostLoadLinkerLoadPackageExports tries to use. Before loading change list ...
[Link Removed] ...
A licensee has reached out via EPS about a texture loading issue they are having in-editor. I summarized the most important points below:The issue relates to texture load failure associated with mat ...
The problem seems to be that the bUsesGlobalDistanceField flag in the ShouldPrepareGlobalDistanceField() function checks for usage on the material, but it doesn't seem to take effect. The material u ...
The Bake Pose setting does not work when using a SkeletalMesh LODSettings asset. After the change in CL22878911, the BasePose in the LODSettings asset is no longer copied to the BakePose in the skel ...
When using AddOrUpdateWarpTargetFromComponent you can pass in a SceneComponent, Relative Location and Rotation as well as optionally choosing to have the warp target follow the object if it moves.If ...