SWindow::SupportsKeyboardFocus

Checks to see if this widget supports keyboard focus. Override this in derived classes.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h

Include

#include "Widgets/SWindow.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp

Syntax

virtual bool SupportsKeyboardFocus() const

Remarks

Checks to see if this widget supports keyboard focus. Override this in derived classes.

Returns

True if this widget can take keyboard focus