Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | ESlateDebuggingInvalidateRootReason |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h |
| Include Path | #include "Debugging/SlateDebugging.h" |
Syntax
enum ESlateDebuggingInvalidateRootReason
{
None = 0,
ChildOrder = 1 << 0,
Root = 1 << 1,
ScreenPosition = 1 << 2,
}
Values
| Name | Remarks |
|---|---|
| None | |
| ChildOrder | |
| Root | |
| ScreenPosition |