Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailWidgetRow
| Name | FCustomMenuData |
| Type | struct |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h |
| Include Path | #include "DetailWidgetRow.h" |
Syntax
struct FCustomMenuData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCustomMenuData
(
const FUIAction& InAction, |
DetailWidgetRow.h | ||
FCustomMenuData
(
const FName InEntryName, |
DetailWidgetRow.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | const FUIAction | DetailWidgetRow.h | ||
| EntryName | const FName | DetailWidgetRow.h | ||
| Name | const FText | DetailWidgetRow.h | ||
| SlateIcon | const FSlateIcon | DetailWidgetRow.h | ||
| Tooltip | const FText | DetailWidgetRow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FName GetEntryName() |
Returns the EntryName if specified, otherwise derive from Name. | DetailWidgetRow.h |