RE: How to Invoke Button Function with Client Script
I’ve added a button with a beforeLoad UE script. When the user clicks the button, it should create a new instance of a custom record. As I understand, you need a client script to handle the button click. I seem to be having trouble invoking my button function, though. I set the name of the function when I created the button in the UE script. Then I defined the named function in my client script. But when the button is clicked, the function in the client script is never invoked. Anyone know what I’m missing?
The log wouldn’t show up in the User Event script record, as you’re on the client-side perspective when you’re expecting this. You’re better off using console.log if troubleshooting is your goal.