Navigation
API > API/Runtime > API/Runtime/Engine
When to render the Focus Brush for widgets that have user focus. Based on the EFocusCause.
| Name | ERenderFocusRule |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/UserInterfaceSettings.h |
| Include Path | #include "Engine/UserInterfaceSettings.h" |
Syntax
enum ERenderFocusRule
{
Always,
NonPointer,
NavigationOnly,
Never,
}
Values
| Name | Remarks |
|---|---|
| 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. |