How to hide UI tooltips

I would like to hide the description (tooltip) that appears when hovering over the UI in Unreal Engine.
However, I have not been able to find a way to do this.
If anyone knows how to hide these tooltips, I would greatly appreciate your help.
Also, if such a setting does not exist, please let me know.

Greetings @YUI_T_001

When you say disable the tooltip are you referring to the popup shown here? If so, there’s steps there showing how to disable it. If not, which tooltips are you referring to? I’d be happy to help!

1 Like

This is.
tooltip

Punch in:

Slate.EnableTooltips 0

Into the CMD.


@FrostyJas Just realised that’s where your link points to, too…

1 Like

I see! Did the link/command I provided resolve the issue? If not respond back here. I’ll keep an eye on the thread. If it did, post back and I’ll mark it as resolved to help others who may run into the same question. I’ll be here in either case!

3 Likes

It seems to have solved the problem.
For some reason I couldn’t get the console command to start properly, but I restarted the UE and tried again and it worked.
Thank you!

-Disable- “Slate.EnableTooltips 0”
-Enable- “Slate.EnableTooltips 1”

Awesome! I’m happy it fixed the issue! I’m glad I could help and thankful for @Everynone for assisting! Such a good community. Have a great week!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.