Enums issue?

FlowCanvas Forums Support Enums issue?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #618
    ggspringer
    Participant

    Hi all,

    I just purchased this asset and the first thing I am attempting to do is hook it up to CreativeSpores Super Colliders Character Controller. I am attempting to call a method that takes an enum as a value, and in the graph I have made the connection, however, no matter what I select the enum variable says “Mixed…”, and at runtime the value is completely incorrect. Is there something I am missing?

    Thanks!

    #619
    ggspringer
    Participant

    I imagine this has to do with bitwise enum ?

    #620
    ggspringer
    Participant

    Ok for the time being just creating some local variables that tie to the Enums works. But it would be nice to skip that step at some point!

    #628
    Gavalakis
    Keymaster

    Hello,

    Yes, this has to do with bitwise enum. If the enum is bitwise, it is displayed like a mask.
    Is not the enum you are trying to set such?

    Thanks!

    Join us on Discord: https://discord.gg/97q2Rjh

    #630
    ggspringer
    Participant

    Hi,

    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…

    #631
    Gavalakis
    Keymaster

    Thanks for the extra info. I am taking a look at this for a fix and let you know.
    Thanks again.

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.