Reply To: Use Send Event to call Custom Event?

Forums 💬 FlowCanvas ⚙️ Support Use Send Event to call Custom Event? Reply To: Use Send Event to call Custom Event?

#22292
vestigial
Participant

    Well I figured out one problem, the graph wasn’t hearing events because it wasn’t ready yet. I added a coroutine to wait until the end of the frame and then call the event, and it worked. However, adding a debug event at runtime still doesn’t work.