Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UBaseWidgetBlueprint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< class UWidget * > GetAllSourceWidgets () |
Returns collection of widgets that represent the 'source' (user edited) widgets for this blueprint - avoids calling virtual functions on instances and is therefore safe to use throughout compilation. | BaseWidgetBlueprint.h | |
TArray< const class UWidget * > GetAllSourceWidgets () |
BaseWidgetBlueprint.h |
GetAllSourceWidgets()
Description
Returns collection of widgets that represent the 'source' (user edited) widgets for this blueprint - avoids calling virtual functions on instances and is therefore safe to use throughout compilation.
| Name | GetAllSourceWidgets |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/BaseWidgetBlueprint.h |
| Include Path | #include "BaseWidgetBlueprint.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/BaseWidgetBlueprint.cpp |
TArray < class UWidget * > GetAllSourceWidgets()
GetAllSourceWidgets()
| Name | GetAllSourceWidgets |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/BaseWidgetBlueprint.h |
| Include Path | #include "BaseWidgetBlueprint.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/BaseWidgetBlueprint.cpp |
TArray < const class UWidget * > GetAllSourceWidgets() const