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 will be reused if InInvalidationStrategy is set to UseCachedValue.
| Name | SupportsInvalidationRecursive |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
virtual bool SupportsInvalidationRecursive
(
EInvalidationStrategy InInvalidationStrategy
) const