Navigation
API > API/Plugins > API/Plugins/CustomDetailsView
| Name | ICustomDetailsViewCustomCategoryItem |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CustomDetailsView/Source/CustomDetailsView/Public/Items/ICustomDetailsViewCustomCategoryItem.h |
| Include Path | #include "Items/ICustomDetailsViewCustomCategoryItem.h" |
Syntax
class ICustomDetailsViewCustomCategoryItem
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ICustomDetailsViewCustomCategoryItem() |
Items/ICustomDetailsViewCustomCategoryItem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< ICustomDetailsViewItem > AsItem() |
Items/ICustomDetailsViewCustomCategoryItem.h | ||
void SetLabel
(
const FText& InLabel |
Sets the text that will appear in the name column. | Items/ICustomDetailsViewCustomCategoryItem.h | |
void SetToolTip
(
const FText& InToolTip |
Sets the tooltip that will appear in the name column. | Items/ICustomDetailsViewCustomCategoryItem.h |