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 ESlateDebuggingInvalidateRootReason
{
None = 0,
ChildOrder = 1 << 0,
Root = 1 << 1,
ScreenPosition = 1 << 2,
}
Values
| Name | Description |
|---|---|
| None | |
| ChildOrder | |
| Root | |
| ScreenPosition |