Changing BlueprintCallable function's code results in Warning in blueprint that should be considered an Error

UE - Gameplay - Blueprint - May 3, 2016

A user reported an issue where, if a BlueprintCallable function's parameters are edited, a blueprint using a BlueprintCallable function will give warnings instead of an error for a problem after the ...

Implied Decal Blend Modes don't account for static ignore-switch parameters in an expected way

UE - Graphics Features - Sep 28, 2021

The desired behavior from a user perspective here is that they'd be able to use Static Switches in a decal master material to toggle different features and behaviors. In the above setup, if I set th ...

Differences in DistanceToNearestSurface and DistanceFieldGradient results between 4.27 and 5.0

UE - Graphics Features - Apr 27, 2022

In the UE5 case, we end up seeing very harsh lines in both the gradient and the distance to nearest surface examples whereas the results in 4.27 appear smooth.  It was also interesting to observe c ...

nDisplay - UMG widgets sync

UE - Virtual Production - nDisplay - Nov 9, 2019

As soon as the widget was visible on the node/display at least once all nodes/displays receive the button press and correctly increase the counter. Therefore it seems like the widgets are only initi ...

Exponential Editor Slate Performance Cost When Editing An Asset With Nested Instanced Structs

UE - Editor - Workflow Systems - Feb 20, 2024

UDN Issue: [Link Removed] ...

Sprite collision is inaccurate

UE - Gameplay - Paper2D - Oct 31, 2014

Sprite collisions do not accurately reflect the collision for the sprite. While the collisions are always the same between two of these, the collisions do not correspond to the shape of the collisio ...

Building Nanite on a Landscape with Visibility Mask multiple times gives an Assert

UE - LD & Modeling - Terrain - Landscape - Aug 28, 2023

Repro Rate 15/25 Regression set to Yes as this was not found on //UE5/Release-5.2 CL 26001984 Binary Building Nanite with a Landscape that has a material including Landscape Visibility Mask still ...

Static mesh component reports relative transform as world transform when Physics is enabled

UE - Gameplay - May 3, 2016

If a static mesh component has Simulate Physics enabled, GetRelativeTransform() returns the value of world transform. ...

A build may fail in Visual Studio if a space is added after the # in an include pre-processor instruction to allow a struct in one header file to reference a struct in the other

UE - Foundation - Core - Sep 23, 2016

A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...

Crash occurs if the Recast Navmesh is set to Dynamic and the BehaviorTree runs a 'Does Path Exist' decorator

UE - AI - Jun 16, 2015

Crash occurs if the Recast Navmesh is set to Dynamic and the BehaviorTree runs a 'Does Path Exist' decorator. Crashreporter info: [Link Removed] ...