Unable to multiple a Vector2D with a float in Blueprints

UE - Gameplay - Blueprint - Apr 27, 2022

Reported by licensee: [Link Removed] In UE4, we used Multiply_Vector2DFloat as the underlying function for this operation. In UE5, we're relying on promotable operators to the work. However, that o ...

Enable "Set members..." support for vectors and similar structs

UE - Gameplay - Blueprint - Apr 26, 2022

Currently, structs that have a custom make function aren't able to use the "Set members..." node in Blueprints. For vectors and similar structs, this is slightly inconvenient since it requires using ...

Unable to bind Float variables to certain properties in Widget elements

UE - Gameplay - Blueprint - Apr 7, 2022

Unable to bind float variables to certain properties in Widget elements. You are able to bind Structure floats if needed as a workaround. Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#183 ...

In blueprint component details not showing after changing component class

UE - Gameplay - Blueprint - Mar 31, 2022

It was noticed that after changing the class of the component and restarting the editor, the Detail panel is no longer displayed, which makes it impossible to work with it. Repro Rate 5/5 Regressi ...

Adding a new macro to a Blueprint Macro Library after renaming the first macro causes a crash

UE - Gameplay - Blueprint - Mar 17, 2022

It seems the editor crashes when adding a new Macro to a Blueprint Macro Library. This only occurs if you rename the macro that gets automatically created when you open the macro library to somethin ...

Adding an output to the default function of a Blueprint Interface now requires the Interface to be compiled in order to change the output's values

UE - Gameplay - Blueprint - Mar 15, 2022

In 4.27 immediately upon adding an output to the default function that output can be edited without needing to be compiled. In Preview 2 once an output is added the Blueprint Interface needs to be c ...

Delegate fixup doesn't work when bound functions are not in the current BP

UE - Gameplay - Blueprint - Mar 11, 2022

When BP functions are bound to native delegates with float parameters, we perform fixup on the BP functions such that their float parameters are converted from double precision to single precision. ...

Memory leak when using Blueprint Debugger while inspecting a return value

UE - Gameplay - Blueprint - Mar 11, 2022

Potential memory leak when using Blueprint Debugger to inspect a return value multiple times while playing. User also reported this would cause a crash, but I didn't try to max out ram usage to trig ...

Wildcard input pins will not accept a Single Precision Float output value

UE - Gameplay - Blueprint - Mar 9, 2022

When trying to input a Single Precision float variable into a wildcard pin, a "No matching 'Add' function for 'Float (Single Precision)" error will appear. I was able to work around this by converti ...

Misleading error message while attempting to drag in a BlueprintCallable Function into an Event Graph

UE - Gameplay - Blueprint - Feb 23, 2022

An error message informs the user that a function does not have the BlueprintCallable keyword if the same function is using a  native to blueprint communication keyword. The function/keywords are b ...