You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.