Attempting to compare a blackboard key type using an equals node always returns false.
In the setup in the attached project, there is a task that contains a public Blackboard Key Selector variable. This variable is then set to an Object key in the Behavior Tree, and is compared using an equals node to the base BlackboardKeyType_Object class. This is always returning false, even though the key is an Object type.
1. Open the attached project
2. PIE
Result: Notice that "False" is being printed to the screen, indicating that the Selected Blackboard Key Type is not an Object type.
Expected: It would return True because the Selected Blackboard Key Type is an Object key, and it is being compared to an Object key.
Head over to the existing Questions & Answers thread and let us know what's up.