Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailWidgetRow > API/Editor/PropertyEditor/FDetailWidgetRow/FCustomMenuData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCustomMenuData
(
const FUIAction& InAction, |
DetailWidgetRow.h | ||
FCustomMenuData
(
const FName InEntryName, |
DetailWidgetRow.h |
FCustomMenuData(const FUIAction &, const FText &, const FText &, const FSlateIcon &)
| Name | FCustomMenuData |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h |
| Include Path | #include "DetailWidgetRow.h" |
FCustomMenuData
(
const FUIAction & InAction,
const FText & InName,
const FText & InTooltip,
const FSlateIcon & InSlateIcon
)
FCustomMenuData(const FName, const FUIAction &, const FText &, const FText &, const FSlateIcon &)
| Name | FCustomMenuData |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailWidgetRow.h |
| Include Path | #include "DetailWidgetRow.h" |
FCustomMenuData
(
const FName InEntryName,
const FUIAction & InAction,
const FText & InName,
const FText & InTooltip,
const FSlateIcon & InSlateIcon
)