FModelingToolsBrushSizeCustomization

Details customization for [FBrushToolRadius](API\Plugins\MeshModelingToolsExp\Sculpting\FBrushToolRadius) struct.

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public function Static

TSharedRef< ...

 

MakeInstance()

Overridden from IPropertyTypeCustomization

Name Description

Public function Virtual

void

 

CustomizeChildren

(
    TSharedRef< IPropertyHandle > Prope...,
    IDetailChildrenBuilder& ChildBuild...,
    IPropertyTypeCustomizationUtils& C...
)

Called when the children of the property should be customized or extra rows added

Public function Virtual

void

 

CustomizeHeader

(
    TSharedRef< IPropertyHandle > Prope...,
    FDetailWidgetRow& HeaderRow,
    IPropertyTypeCustomizationUtils& C...
)

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