Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UBaseWidgetBlueprint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachSourceWidget
(
TFunctionRef< void(class UWidget*)> Fn |
Identical to GetAllSourceWidgets, but as an algorithm | BaseWidgetBlueprint.h | |
void ForEachSourceWidget
(
TFunctionRef< void(class UWidget*)> Fn |
BaseWidgetBlueprint.h |
ForEachSourceWidget(TFunctionRef< void(class UWidget *)>)
Description
Identical to GetAllSourceWidgets, but as an algorithm
| Name | ForEachSourceWidget |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/BaseWidgetBlueprint.h |
| Include Path | #include "BaseWidgetBlueprint.h" |
void ForEachSourceWidget
(
TFunctionRef < void *)> Fn
)
ForEachSourceWidget(TFunctionRef< void(class UWidget *)>)
| Name | ForEachSourceWidget |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/BaseWidgetBlueprint.h |
| Include Path | #include "BaseWidgetBlueprint.h" |
void ForEachSourceWidget
(
TFunctionRef < void *)> Fn
) const