If Enum is 3 then

I don’t know how to use braches that use Enum values as the condition, also why branches cant call an event? can the call a function at least?

The logic i’m looking for is

If enum is X then switch enum to X+1
else call event/function (to kill a different actor)

or

or

1 Like

Very nice thx.
How do you create the “Switch on My Enum” node?

Just pull off the enum, and search for switch :slight_smile:

Thanks!
Solved!

1 Like