SButton::FArguments::IsFocusable

Sometimes a button should only be mouse-clickable and never keyboard focusable.

Choose your operating system:

Windows

macOS

Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h

Include

#include "Widgets/Input/SButton.h"

Syntax

WidgetArgsType & IsFocusable
(
    bool InArg
)

Remarks

Sometimes a button should only be mouse-clickable and never keyboard focusable.