So, I have this nice generator, it’s a basic layout currently.
I have a generator BP - which has the skeletal mesh animation on it - that skeleton has the Animation BP attached.
In that BP, I set up the state machine with an on/off for the only animation it has.
To switch between those two states, it looks at a boolean called TurnedOn.
I need to set that boolean to when the generator is on or off by the player’s action.
This is where I am stuck, I can’t find that last bit of information: Is the generator on/off.
Because you are trying to get it from the animbp which does not have the variable, you will need to cast to your Generator BP to get it. Also always check “Context Sensitive” when looking for variables.