Reply To: SetEnum node becoming broken when bound to global BB

NodeCanvas Forums Support SetEnum node becoming broken when bound to global BB Reply To: SetEnum node becoming broken when bound to global BB

#11863
zsoik
Participant

Okay I think the fix broke other parts in our FSMs that previously worked. E.g. there was a SendEvent<string> Action where the EventValue type was not a string, but an integer. That worked previously but after applying the fix the receiver just gets NULL as the string parameter from the event.
Inspector should warn in such cases at least.
For now it seems we have too many places where it already works without the hotfix, but with the hotfix, everything gets broken 😉