FRecastNavMeshGenerator does not cancel its async running tasks when destructing. This leads to leaking build tasks if any are running when the generator is destroyed. ...
[Link Removed] Some functions to access parameters don't take into account the newly added runtime static switch parameters. It should be straightforward to fix these up: void UMaterialInstance:: ...
Some parts of the proxy mesh generation does not correctly handle empty sections. FMeshMergeHelpers::ExtractSections() will remove empty section, but some other parts of the process will not, which ...
This is a Regression. Tested in //UE5/Release-5.1 CL23901901 Using Bake To Control Rig on a Spawned Actor in a Subsequence with Play Range that exceeds the Subsequence causes a Crash. ...
When placing an instance of ALyraCharacterWithAbilities on the map on the boundary between world partition cells, it fails to take damage in PIE. The expected attribute sets (HealthSet and CombatSet ...
Burst GCs will destroy the target actor if you attach them to the target (FGameplayCueNotify_PlacementInfo::AttachPolicy) and override the decal fade out (FGameplayCueNotify_DecalInfo::bOverrideFade ...
Anim node functions are difficult to debug because breakpoints don't get triggered, and printing is difficult from within the function too. ...