Skip to content

1.1.0

Latest

Choose a tag to compare

@larsenTFG larsenTFG released this 12 Jun 07:43
· 3 commits to main since this release
  • Added the Engine: Call Event (Blueprint) action — trigger a Blueprint event (CallFunction) by pasting the editor URL. Supports function arguments via ParamFunctionArguments as a JSON array (text values quoted), e.g. [10,"HELLO"].
  • Hardened reconnection: the module now recovers on its own after the Gateway (Pixotope) restarts. Stale connections are dropped when the link goes down and every request is guaranteed to time out, fixing a "connection failure" that could otherwise stay stuck.
  • Added Raw API Request usage examples and Call Event argument guidance to the in-app help.