Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | ESlateDebuggingFocusEvent |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h |
| Include Path | #include "Debugging/SlateDebugging.h" |
Syntax
enum ESlateDebuggingFocusEvent
{
FocusChanging = 0,
FocusLost,
FocusReceived,
MAX,
}
Values
| Name | Remarks |
|---|---|
| FocusChanging | |
| FocusLost | |
| FocusReceived | |
| MAX |