Up to UE 5.5, skeletal mesh physics did not get updated when the component's scale changed. This was improved on January 2025 with CL 39190335, which addressed [Link Removed] ...
Copying a grouped MaterialInstanceParameterDetail property that has spaces on it's name does not enclose it in double quotes, and later pasting won't work as expected. The licensee noticed this in a ...
The Get node for the float value of Custom Axis Mappings only returns 0.0 when called from Blueprints other than the Controller. Input from the player does not affect the value. Note: this works a ...
Distance Fields generated for the 4 basic static mesh assets in the modes panel appear to have artifacts or low resolution. This is only affecting certain shapes that I can see. Adding in assets fro ...
Repro Rate: 5/5 This is a live issue that has been tested in the Binary build of //UE5/Release-5.1 at CL 23058290 and DOES NOT OCCUR in Windows and Linux but DOES OCCUR in Mac. This was tested on d ...
Licensee reports a difference in behaviour in instanced blueprints containing SplineComponents from 5.3 to 5.4, with respect to whether a placed blueprint containing spline component instance can be ...
There seems to be a regression with linear textures (commonly for multi-channel masked textures) in UE5.4. Setting the "Encoding Override" (under Texture > Advanced > Source Color Settings) to "Line ...
While going through a blueprint tutorial which has you build a small structure with a point light in it, then have a script telling the point light to toggle on and off while entering a trigger. I n ...
A crash occurs when attempting to run the Pixel Inspector tool after entering 'r.GbufferFormat 3' What this does is defines the memory layout used for the GBuffer. (affects performance, mostly thro ...
A SkeletalMesh component will spawn in rotated when setting the skeletal mesh and simulating physics on Begin Play Adding a Delay between SetSkeletalMesh and SetSimulatePhysics will correct the iss ...