Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UBaseWidgetBlueprint
| Type | Name | Description | |
|---|---|---|---|
| TArray< class UWidget * > | 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. | ||
| TArray< const class UWidget * > | 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. |