I’m not sure how it’s possible that you can’t use the SendEvent, or why it doesn’t show in the intellisense , but it’s certainly there 🙂
It can also be used with the Unity event in the inspector:
And then you can simply use the node “Events/Script/Custom Event”
Let me know a bit more info if possible on why this can’t be done in your case.
Thank you.
The reason why intellisense is not showing you the SendEvent and it’s rather showing you the static SendGlobaEvent only, is because, you have entered the type name ‘FlowScriptController’, and not an instance reference to it 🙂 As such, only static members/methods are shown there. What you need is an instance reference. Here is an example: