Navigation
API > API/Plugins > API/Plugins/CustomDetailsView > API/Plugins/CustomDetailsView/Items
References
| Module | CustomDetailsView |
| Header | /Engine/Plugins/Experimental/CustomDetailsView/Source/CustomDetailsView/Public/Items/ICustomDetailsViewCustomItem.h |
| Include | #include "Items/ICustomDetailsViewCustomItem.h" |
Syntax
class ICustomDetailsViewCustomItem
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ICustomDetailsViewItem > | AsItem () |
||
| void | SetExtensionWidget
(
const TSharedRef< SWidget >& InExpansionWidget |
||
| void | SetLabel
(
const FText& InLabel |
Sets the text that will appear in the name column. | |
| void | SetToolTip
(
const FText& InToolTip |
Sets the tooltip that will appear in the name column. | |
| void | SetValueWidget
(
const TSharedRef< SWidget >& InValueWidget |
Sets the widget that will appear in the value column. |