It is not possible to use C++ defined enum in Blackboard

None of C++ defined enums are available as a behavior tree blackboard enum variable type.

Hey Yata,

Try this:

Navigate to your Blackboard Enum Key, and in its details panel, type the name manually into the Enum Name field. In my case, my enum was declared as ETestEnum.

Here’s a screenshot so you can visualize what I’m referring to. I’ve circled the Enum Name field.

Have a great day

1 Like

Thanks, Sean, you saved my day. And now I have idea how to workaround bug

Thank you Sean_L :heart: