Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | UDetailRowMenuContext |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailRowMenuContext.h |
| Include Path | #include "DetailRowMenuContext.h" |
Syntax
UCLASS (MinimalAPI)
class UDetailRowMenuContext : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDetailRowMenuContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DetailsView | TWeakPtr< IDetailsView > | Containing DetailsView. | DetailRowMenuContext.h | |
| PropertyHandles | TArray< TSharedPtr< IPropertyHandle > > | PropertyHandles associated with the Row. | DetailRowMenuContext.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ForceRefreshWidgetDelegate | TMulticastDelegate< void()> | Optionally invoke to refresh the widget. | DetailRowMenuContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMulticastDelegate< void()> & ForceRefreshWidget() |
Optionally invoke to refresh the widget. | DetailRowMenuContext.h |