Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWidget
| Name | EInvalidationStrategy |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
Syntax
enum EInvalidationStrategy
{
UseCachedValue,
RecomputeSelf,
}
Values
| Name | Remarks |
|---|---|
| UseCachedValue | Use the last cached value unless it needs refreshing. |
| RecomputeSelf | Check again if this widget and its direct children support invalidation. |