Navigation
Unreal Engine C++ API Reference > 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. |