Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode > API/Plugins/ModelingToolsEditorMode/DetailsCustomizations
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FVertexBrushAlphaPropertiesDetails
References
| Module | ModelingToolsEditorMode |
| Header | /Engine/Plugins/Editor/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/DetailsCustomizations/MeshVertexSculptToolCustomizations.h |
| Include | #include "DetailsCustomizations/MeshVertexSculptToolCustomizations.h" |
Syntax
class FVertexBrushAlphaPropertiesDetails : public IDetailCustomization
Remarks
Customization for UVertexBrushAlphaProperties, creates custom asset picker tileview-combopanel for brush alphas and stacks controls to the right
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SToolInputAssetComboPanel > | AlphaAssetPicker | ||
| FDelegateHandle | AlphaTextureUpdateHandle | ||
| TArray< TWeakObjectPtr< UObject > > | ObjectsBeingCustomized | ||
| TSharedPtr< FRecentAlphasProvider > | RecentAlphasProvider | ||
| TWeakObjectPtr< UMeshVertexSculptTool > | TargetTool |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IDetailCustomization > | MakeInstance () |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Called when details should be customized |