UI click sounds #23142
metalgearsloth
announced in
Code announcements
UI click sounds
#23142
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
engine 198.0.0 supports UI sounds for clicking and hovering
You can call this in controls manually with IUserInterfaceManager.HoverSound / .ClickSound, as well as setting the sound via IUserInterfaceManager.SetHoverSound / .SetClickSound
BaseButton supports it out of the box internally with a new method void SetClickPressed(bool value) calling the sound
Beta Was this translation helpful? Give feedback.
All reactions