Yes it is a bitwise enum. However, when I select a single value let us say “Left”, it shows as Mixed in the FlowGraph. Which is fine. However at runtime, the value is not “Left” it is actually the value of another enum such as “Up”. Hope this makes sense…