USplineNavModifierComponent was made available in UE 5.4. It generates several FAreaNavModifier instances covering a region with a certain thickness around a USplineComponent, and worked correctly u ...
A licensee has reported that the USkinnedMeshComponent::FindClosestBone function does not respect the bRequiresPhysicsAsset parameter, resulting in the bone returning bones that are not part of the ...
When using actor components, if you delete a node, such as event tick and then add it to an actor, even if you modify the component again, such as adding the event tick event back, the component wil ...
This is a slightly common crash coming out of the 4.17.2 hotfix. Users have not provided any descriptions of their actions when the crash occurred. Source Context 951 /** 952 * ...
Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled. Also seeing Gradle errors if SteamVR plugin is disabled. Setting min version to 14 ...
A UDN user found that calling AbilitySystemComponent->RemoveReplicatedLooseGameplayTag(TagToRemove); while the gameplay tag was not in the TagMap, will create an entry for it with count 0, see ...
Checking the option for Allow Window Resize in Project Settings allows a the borders of a standalone window to be grabbed and used to resize the window. This does not behave the same on Linux and t ...
When a blueprint graph contains a "Make Struct" node for a blueprinted Struct, changing any pin's type causes the editor to crash when the blueprint is compiled. Regression: No - same behavior occu ...
REGRESSION Yes, does not occur in 4.16. Crash occurs when the user splits a vector pin on an anim node and then tries to promote one of the float nodes to variable. I could not reproduce this issu ...
The editor crashes when attempting to revert the material on the cube back to default which is the World Grid Material. The cube is already set to WorldGridMaterial so I am not sure why the arrow ...