Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UVertexBrushAlphaProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshVertexSculptTool.h |
| Include | #include "MeshVertexSculptTool.h" |
Syntax
UCLASS&40;&41;
class UVertexBrushAlphaProperties : public UInteractiveToolPropertySet
Remarks
Tool Properties for a brush alpha mask
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UTexture2D > | Alpha | Alpha mask applied to brush stamp. Red channel is used. | |
| bool | bRandomize | If true, a random angle in +/- RandomRange is added to Rotation angle for each stamp | |
| float | RandomRange | Bounds of random generation (positive and negative) for randomized stamps | |
| float | RotationAngle | Alpha is rotated by this angle, inside the brush stamp frame (vertically aligned) | |
| TWeakObjectPtr< UMeshVertexSculptTool > | Tool | Parent ref required for details customization |