Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode > API/Plugins/ModelingToolsEditorMode/DetailsCustomizations
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FVertexBrushSculptPropertiesDetails
References
| Module | ModelingToolsEditorMode |
| Header | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/DetailsCustomizations/MeshVertexSculptToolCustomizations.h |
| Include | #include "DetailsCustomizations/MeshVertexSculptToolCustomizations.h" |
Syntax
class FVertexBrushSculptPropertiesDetails : public IDetailCustomization
Remarks
Customization for vertexsculpt properties, creates combopanel for brush type, small-style combopanel for falloff type, and stacks controls to the right
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SComboPanel > | FalloffTypeCombo | ||
| FDelegateHandle | FalloffTypeUpdateHandle | ||
| TSharedPtr< SButton > | FreezeTargetButton | ||
| TArray< TWeakObjectPtr< UObject > > | ObjectsBeingCustomized | ||
| TWeakObjectPtr< UMeshVertexSculptTool > | TargetTool |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| TSharedPtr< SWidget > | |||
| TSharedRef< IDetailCustomization > | MakeInstance () |
||
| TSharedPtr< SWidget > | |||
| void | OnSetFreezeTarget
(
ECheckBoxState State |
||
| FReply |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Called when details should be customized |