Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWidget
Description
Returns true if this widget and all of its children support invalidation. This value is cached and reused unless bUseCachedValue is set to false.
| Name | SupportsInvalidationRecursive |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
virtual bool SupportsInvalidationRecursive
(
bool bUseCachedValue
) const