Navigation
API > API/Runtime > API/Runtime/SlateCore
Enumerates different purposes for searching through a widget path. Normally, Standard is appropriate.
| Name | EWidgetPathSearchPurpose |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/WidgetPath.h |
| Include Path | #include "Layout/WidgetPath.h" |
Syntax
enum EWidgetPathSearchPurpose
{
Standard,
FocusHandling,
}
Values
| Name | Remarks |
|---|---|
| Standard | No specified search purpose. |
| FocusHandling | We are searching through the WidgetPath to change focus during navigation. |