STextPropertyEditableTextBox::SupportsKeyboardFocus

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

Unreal Engine C++ API Reference > Editor > EditorWidgets > STextPropertyEditableTextBox

References

   
Module EditorWidgets
Header /Engine/Source/Editor/EditorWidgets/Public/STextPropertyEditableTextBox.h
Include #include "STextPropertyEditableTextBox.h"
Source /Engine/Source/Editor/EditorWidgets/Private/STextPropertyEditableTextBox.cpp
virtual bool SupportsKeyboardFocus() const

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library