Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailPropertyRow
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyRow.h |
| Include | #include "IDetailPropertyRow.h" |
IDetailPropertyRow & IsEnabled
(
TAttribute < bool > InIsEnabled
)
Remarks
Sets whether or not this property is enabled
Parameters
| Name | Description |
|---|---|
| InIsEnabled | Attribute for the enabled state of the property (true to enable the property) |