or, maybe, there is a way to disable tooltips at all? Thanks!
+1, super annoying when they pop in right on top of work you’re trying to do
I am a complete beginner in Unreal and that’s the first thing I want to do.
To disable it just type “Slate.AllowToolTips 0” without quotes in the console command and “Slate.AllowToolTips 1” to enable it.
For the time: “Slate.ToolTipDelay x” (x it’s in seconds)
If you want to make these changes permanent open Engine/Config/ConsoleVariables.ini and add your setting at the bottom, e.g.
Slate.ToolTipDelay=1
or
Slate.AllowToolTips=0
There really should be a setting in the Editor Preferences for this.
This has changed to be these new variables:
Engine/Config/ConsoleVariables.ini (To make it permanent)
Slate.EnableTooltips=1
Slate.TooltipSummonDelay=1
Console:
Slate.EnableTooltips 1
Slate.TooltipSummonDelay 1
Delay (1) is (Time in seconds)
Just curious but once you chance the delay, how can you reset it to default (LastSetBy: Constructor) ?