I’ve created a State enum in behaviour graph, trying to create a simple state machine.
However, during runtime, variable State is shown in default state even when it’s clear the value is different by now. My guess, other variables I have ( mostly bools ) are not showing their real values on blackboard during runtime.