Response Button Clicks but isn't Activated

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
nomron
Posts: 1
Joined: Fri May 16, 2025 4:01 am

Response Button Clicks but isn't Activated

Post by nomron »

Hi,

I'm a beginner so forgive me for maybe a basic question. I'm using the new Input System and joystick + keyboard navigation works perfectly fine. Mouse navigation seemingly works (buttons change color when highlighted), but only the first response option actually does anything when clicked. The other buttons just play the animation without activating any code.

Here are the settings for my input device manager:
Image

Any advice is greatly appreciated. Thanks!
User avatar
Tony Li
Posts: 23250
Joined: Thu Jul 18, 2013 1:27 pm

Re: Response Button Clicks but isn't Activated

Post by Tony Li »

Hi,

Are your response buttons instantiated at runtime (i.e., from the StandardUIMenuPanel's Button Template) or present at design time in the StandardUIMenuPanel's Buttons list? Please see the Dialogue UIs video at 09:28 for an explanation:



Note: If your response buttons' Button components have anything assigned to their OnClick() events, they will not automatically call their StandardUIResponseButton component's OnClick method. You'll need to assign it manually to OnClick() in this case.
Post Reply