Branch: Binary
Build version: 4.6.0 - 1269412
Result of an Ease function is incompatible with wildcard reroute nodes. This means you can’t create a reroute node from function, or attach it to a pre-existing wildcard reroute node. Dragging off result and selecting ‘Add Reroute Node’ just creates an empty wildcard reroute node. Trying to connect it results in a “Pin type not supported by function” message.
You get same bug whether you have already set Ease Result type by supplying a value to A/B inputs or left it at default wildcard output.
Reproduction
- Add Ease function.
- Drag from result.
- Select ‘Add Reroute Node’.
- An unconnected wildcard reroute node
is created.
- Add Ease function
- Connect an input value to A or B
inputs. - Drag from result.
- Select ‘Add Reroute Node’.
- An unconnected wildcard reroute node
is created.
Frequency: 100%. I tried using floats, rotators, and transforms, and all resulted in same bug.
Expected behavior
A reroute node should be created, set to appropriate result type or wildcard, and wire should be connected. This is how Select works, but it suffers from a different bug which I will reference here: Blueprint wildcard reroute nodes do not update types
Additional notes
You can still use reroute nodes with Ease function, it just requires you to create them from input end of your destination so that type matches Result output.