![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateInvalidationWidgetList.h>
Public Member Functions | |
| FWidgetVolatileUpdateIterator (const FSlateInvalidationWidgetList &InWidgetList, bool bInSkipCollapsed) | |
| FSlateInvalidationWidgetIndex | GetCurrentIndex () const |
| void | Advance () |
| bool | IsValid () const |
Iterator that goes over all the widgets that needs to be updated every frame.
| FSlateInvalidationWidgetList::FWidgetVolatileUpdateIterator::FWidgetVolatileUpdateIterator | ( | const FSlateInvalidationWidgetList & | InWidgetList, |
| bool | bInSkipCollapsed | ||
| ) |
| void FSlateInvalidationWidgetList::FWidgetVolatileUpdateIterator::Advance | ( | ) |
Advance the iterator to the next valid widget index.
|
inline |
Get the current widget index the iterator is pointing to.
|
inline |
Is the iterator pointing to a valid widget index.