Input values for Select Value nodes all display the same name as the output variable name when connected to a blueprint variable
jdaignault opened this issue · 0 comments
jdaignault commented
Upon connecting a Select Value
node to a Set a Property
node associated with a blueprint variable, the display names of the input values all update to match with the output value's name.
Steps to reproduce:
- Create a widget, and within it declare a new blueprint variable of type
bool
- Create a binding with a
Field Notify
node, and chooseVisibility
for its property path - Create a
Select Value
node and connect its input to the output of theField Notify
node - Create a
Set a Property
destination node, and choose the new blueprint variable for its property path - Connect the input of the
Set a Property
node with the output of theSelect Value
node - Observe that all of the input names for the
Select Value
node display the name of the blueprint variable, instead of the enum value display names