Navigation
API > API/Editor > API/Editor/MaterialEditor
Overridable properties on material parameter property rows.
| Name | FMaterialParameterPropertyRowOverrides |
| Type | struct |
| Header File | /Engine/Source/Editor/MaterialEditor/Public/MaterialPropertyHelpers.h |
| Include Path | #include "MaterialPropertyHelpers.h" |
Syntax
struct FMaterialParameterPropertyRowOverrides
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EditConditionValue | TAttribute< bool > | Override the default EditConditionValue attribute. | MaterialPropertyHelpers.h | |
| OnEditConditionValueChanged | TOptional< FOnBooleanValueChanged > | Override the default OnEditConditionValueChanged delegate. | MaterialPropertyHelpers.h | |
| ShowHiddenDelegate | FGetShowHiddenParameters | If Visibility is not overridden, this delegate will be passed as the last argument to FMaterialPropertyHelpers::ShouldShowExpression. | MaterialPropertyHelpers.h | |
| Visibility | TAttribute< EVisibility > | Override the default Visibility attribute. | MaterialPropertyHelpers.h |