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