Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If the DisableAction port is set to FALSE, the action is not disabled (it is active when created). This is the default behavior. What this means is, that all the nodes / events contained in the UI graph will be active and they will trigger ports

...

  • ports without any extra work.
  • If the DisableAction port is set to TRUE, the action is disabled (not active when created). What this means is, all the nodes / events in the UI graph will not be active and they will not trigger any ports. In order to start the graph, the user

...

  • user needs to use the UI:Action:Control node to start the action or trigger it from C++ code.
  • If the UI action has been triggered the StartAction output port is activated and the Args port contain the start parameters.
     

...