Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode > API/Plugins/ModelingToolsEditorMode/DetailsCustomizations
Inheritance Hierarchy
- TSharedFromThis
- IPropertyTypeCustomization
- FModelingToolsBrushSizeCustomization
References
| Module | ModelingToolsEditorMode |
| Header | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/DetailsCustomizations/ModelingToolsBrushSizeCustomization.h |
| Include | #include "DetailsCustomizations/ModelingToolsBrushSizeCustomization.h" |
Syntax
class FModelingToolsBrushSizeCustomization : public IPropertyTypeCustomization
Remarks
Details customization for FBrushToolRadius struct. This maybe should be removed in favor of just doing custom UI in FSculptBrushPropertiesDetails...
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IPropertyTypeCustomization > | MakeInstance () |
Overridden from IPropertyTypeCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
TSharedRef< IPropertyHandle > PropertyHandle, |
Called when the children of the property should be customized or extra rows added | |
| void | CustomizeHeader
(
TSharedRef< IPropertyHandle > PropertyHandle, |
Called when the header of the property (the row in the details panel where the property is shown) If nothing is added to the row, the header is not displayed |