Navigation
API > API/Plugins > API/Plugins/SlateIM
| Name | ESlateIMFocusDepth |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMParameters.h |
| Include Path | #include "SlateIMParameters.h" |
Syntax
enum ESlateIMFocusDepth
{
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) |