You can’t declare an enum in blueprint and use it as a type in C++, it’s the other way around. Declare your enum in C++ first and make it a BlueprintType
1 Like
You can’t declare an enum in blueprint and use it as a type in C++, it’s the other way around. Declare your enum in C++ first and make it a BlueprintType