ERenderFocusRule

When to render the Focus Brush for widgets that have user focus. Based on the EFocusCause.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/UserInterfaceSettings.h

Include

#include "Engine/UserInterfaceSettings.h"

Syntax

enum ERenderFocusRule
{
    Always,
    NonPointer,
    NavigationOnly,
    Never,
}

Values

Name

Description

Always

Focus Brush will always be rendered for widgets that have user focus.

NonPointer

Focus Brush will be rendered for widgets that have user focus not set based on pointer causes.

NavigationOnly

Focus Brush will be rendered for widgets that have user focus only if the focus was set by navigation.

Never

Focus Brush will not be rendered.

Remarks

When to render the Focus Brush for widgets that have user focus. Based on the EFocusCause.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss