https://forums.unrealengine.com/t/can-i-use-the-c-enum-in-ai-bt-blackboard/339672 Can I use the C++ Enum in AI BT Blackboard? I have an ENUM definded in C++'s code and it’s usable in Blueprints UENUM(BlueprintType) enum class NPCState : uint8{ Patrolling UMETA(DisplayName = "Patrolling"), Alerted UMETA(DisplayName = "Alerted"), }; I am able to use it in blueprints with no probl forums.unrealengi..