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 ESlateDebuggingNavigationMethod
{
Unknown,
Explicit,
CustomDelegateBound,
CustomDelegateUnbound,
NextOrPrevious,
HitTestGrid,
}
Values
| Name |
Description |
| Unknown |
|
| Explicit |
|
| CustomDelegateBound |
|
| CustomDelegateUnbound |
|
| NextOrPrevious |
|
| HitTestGrid |
|