Description

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 converting the wildcard pin to a Float (double precision). Doing so would allow me to connect the two nodes.

Tested in //UE5/Release-EarlyAccess @ CL 16682836 and this did not occur, so marking as a Regression

Steps to Reproduce
  1. Open any blueprint
  2. Add a Mouse Y node
  3. Add an Add or Multiply node
  4. Try to connect the Axis Value of the Mouse Y node to the input pin of the Add or Multiply node

RESULT:

The nodes cannot be connected due to a "No matching 'Add' function for 'Float (Single Precision)" error

EXPECTED:

The pin would convert to a Single Precision Float

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-145388 in the post.

2
Login to Vote

Fixed
ComponentUE - Gameplay - Blueprint
Affects Versions5.0
Target Fix5.0
Fix Commit19224349
Release Commit19224349
CreatedMar 9, 2022
ResolvedMar 10, 2022
UpdatedJan 25, 2023