Navigation
API > API/Plugins > API/Plugins/CustomDetailsView > API/Plugins/CustomDetailsView/Items
References
| Module | CustomDetailsView |
| Header | /Engine/Plugins/Experimental/CustomDetailsView/Source/CustomDetailsView/Public/Items/ICustomDetailsViewCustomCategoryItem.h |
| Include | #include "Items/ICustomDetailsViewCustomCategoryItem.h" |
Syntax
class ICustomDetailsViewCustomCategoryItem
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ICustomDetailsViewItem > | AsItem () |
||
| 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. |