UFSM: Finite State Machine

Thanks for the reply.
I’m still confused, is it better to not use enums at all if you don’t know all the states from the beginning?
Because, from what I’ve tested, it’s working if I add new states later, directly in the array (in FSM blueprint).