Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include | #include "Widgets/SWidget.h" |
virtual FChildren * GetAllChildren()
Remarks
Returns the children (if any) of this widget that are used by the invalidation system. This is used by the FastPath system to generate the correct information for every widget.
Prefer GetChildren. Some widget may hide widget from you.
Should be name GetFastPathChildren or GetInvalidationChildren