Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | ESlateTraceApplicationFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Trace/SlateTrace.h |
| Include Path | #include "Trace/SlateTrace.h" |
Syntax
enum ESlateTraceApplicationFlags
{
None = 0,
GlobalInvalidation = 1 << 0,
FastWidgetPath = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| GlobalInvalidation | |
| FastWidgetPath |