Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FChildren
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachWidget
(
Predicate&& Pred |
Applies the predicate to all the widgets contained by the FChildren. | Layout/ChildrenBase.h | |
void ForEachWidget
(
Predicate&& Pred |
Applies the predicate to all the widgets contained by the FChildren. | Layout/ChildrenBase.h |
ForEachWidget(Predicate &&)
Description
Applies the predicate to all the widgets contained by the FChildren.
| Name | ForEachWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h |
| Include Path | #include "Layout/ChildrenBase.h" |
template<typename Predicate>
void ForEachWidget
(
Predicate && Pred
)
ForEachWidget(Predicate &&)
Description
Applies the predicate to all the widgets contained by the FChildren.
| Name | ForEachWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h |
| Include Path | #include "Layout/ChildrenBase.h" |
template<typename Predicate>
void ForEachWidget
(
Predicate && Pred
) const