Reply To: Possible bug? Public Graph variable overrides don't act as overrides

Forums 💬 FlowCanvas ⚙️ Support Possible bug? Public Graph variable overrides don't act as overrides Reply To: Possible bug? Public Graph variable overrides don't act as overrides

#12590
Gavalakis
Keymaster

    Hello again 🙂

    “Exposed Public” graph variable can be accessed from outside, but right now this is possible only through code, via the ‘GetExposedParameterValue” and “SetExposedParameterValue” respectively, found on GraphOwner class (as well as FlowscriptController since it derives from GraphOwner).

    I suspect though that you are after a way to get/set those exposed parameters with some flowscript node? If so I will have to take a look at this 🙂

    Let me know.

    Thanks!