Reply To: How do I could be use to send event in action track?

Slate Forums Support How do I could be use to send event in action track? Reply To: How do I could be use to send event in action track?

#491
Gavalakis
Keymaster

Hello,

For an example, you can use the ‘Send Global Event Float’:
Event1

In FlowScript instead of using ‘Custom Event’, use the node ‘Custom Event (T) -> System -> Float’:
Event2

The above will print 13.5 when the event is triggered in Slate.
So basically, you just need to use the (T) version of the Custom Event node in FlowCanvas, where T is the type of the data the Slate event is sending. If you were using the ‘Send Global Event Bool’ for example, then you would also need to use the ‘Custom Event (T) -> System -> Boolean’ as well.

Let me know if that is what you mean, or something different.

Thanks.

Join us on Discord: https://discord.gg/97q2Rjh

Attachments:
  1. Event1.png

  2. Event2.png