I created Enum BP, then Enum variable in Event Graph so that I can use it. But I cannot drag and drop it there.
So far, I discovered one difference compared to the tutorial:
There is a structure:
- Parrent for All characters
– Parent for Player characters
– Parent for enemies
–…Player Characters
In tutorial, guy was putting blueprints in the parent for Player characters. (there I can drag and drop the Enum Variable). But I was trying to do it in the Parent of All characters…
So maybe like: parent of a parent is out of scope?
Anyway, I solved it by creating a new BP for parent of All and reparented the other Blueprints to it and now it works, while it remains a mystery why it didnt work before. t
Thank you for your reply…