Navigation
API > API/Plugins > API/Plugins/CustomDetailsView > API/Plugins/CustomDetailsView/Items > API/Plugins/CustomDetailsView/Items/ICustomDetailsViewItem
References
| Module | CustomDetailsView |
| Header | /Engine/Plugins/Experimental/CustomDetailsView/Source/CustomDetailsView/Public/Items/ICustomDetailsViewItem.h |
| Include | #include "Items/ICustomDetailsViewItem.h" |
TSharedPtr< SWidget > GetWidget
(
ECustomDetailsViewWidgetType InWidgetType
) const
Remarks
Get the one of the widgets that was generated in the MakeWidget Listen to the OnItemWidgetGenerated Delegate to have this Widget up to date with latest tree view
Parameters
| Name | Description |
|---|---|
| InWidgetType | The type of widget to retrieve |