Using Events
Registering an Event
Executing an Event
- Every time you call “Invoke Simple Event” with the “MyEvent” identifier, the registered callback will execute and do whatever logic you implement there.
Payload Events
You can use custom Objects (a payload) to send any kind of data you want!
Creating the payload object
- Create an object based on the PayloadObject type
- Verify payload object blueprint
- Payload object data