Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- UObject
- UDetailRowMenuContext
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailRowMenuContext.h |
| Include | #include "DetailRowMenuContext.h" |
Syntax
UCLASS ()
class UDetailRowMenuContext : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| IDetailsView * | DetailsView | Containing DetailsView. | |
| TArray< TSharedPtr< IPropertyHandle > > | PropertyHandles | PropertyHandles associated with the Row. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TMulticastDelegate< void()> & | Optionally invoke to refresh the widget. |