Navigation
API > API/Plugins > API/Plugins/SlateIM
This is the full list of available functions for creating SlateIM widgets. See FSlateIMTestWidget::Draw() for examples.
| Name | SlateIM::EFocusDepth |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIM.h |
| Include Path | #include "SlateIM.h" |
Syntax
namespace SlateIM
{
enum EFocusDepth
{
SelfOnly,
IncludingDescendants,
}
}
Values
| Name | Remarks |
|---|---|
| SelfOnly | Only check if the previous widget is focused. |
| IncludingDescendants | Check if the previous widget or any of its childs widgets are focused (recursively) |