Navigation
API > API/Plugins > API/Plugins/CustomDetailsView
| Name | ICustomDetailsViewCustomItem |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CustomDetailsView/Source/CustomDetailsView/Public/Items/ICustomDetailsViewCustomItem.h |
| Include Path | #include "Items/ICustomDetailsViewCustomItem.h" |
Syntax
class ICustomDetailsViewCustomItem
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ICustomDetailsViewCustomItem() |
Items/ICustomDetailsViewCustomItem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< ICustomDetailsViewItem > AsItem() |
Items/ICustomDetailsViewCustomItem.h | ||
void SetExpansionWidget
(
const TSharedRef< SWidget >& InExpansionWidget |
Sets the expansion widget override which where return to default, etc. | Items/ICustomDetailsViewCustomItem.h | |
void SetLabel
(
const FText& InLabel |
Sets the text that will appear in the name column. Removes whole row widget override. | Items/ICustomDetailsViewCustomItem.h | |
void SetNodeType
(
TOptional< EDetailNodeType > InNodeType |
Items/ICustomDetailsViewCustomItem.h | ||
void SetToolTip
(
const FText& InToolTip |
Sets the tooltip that will appear in the name column. Removes whole row widget override. | Items/ICustomDetailsViewCustomItem.h | |
void SetValueWidget
(
const TSharedRef< SWidget >& InValueWidget |
Sets the widget that will appear in the value column. Removes whole row widget override. | Items/ICustomDetailsViewCustomItem.h | |
void SetWholeRowWidget
(
const TSharedRef< SWidget >& InWholeRowWidget |
Sets the whole row widget override and removes the other overrides. | Items/ICustomDetailsViewCustomItem.h |