Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMeshVertexPaintToolActionPropertySet
- UMeshVertexPaintToolUtilityActions
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshVertexPaintTool.h |
| Include | #include "MeshVertexPaintTool.h" |
Syntax
UCLASS&40;&41;
class UMeshVertexPaintToolUtilityActions : public UMeshVertexPaintToolActionPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCopyToHiRes | Copy colors to HiRes Source Mesh, if it exists | |
| FString | CopyToLODName | Target LOD to copy Colors to | |
| TArray< FString > | LODNamesList | ||
| EMeshVertexPaintToolUtilityOperations | Operation | Operation to apply to current Vertex Colors | |
| EMeshVertexPaintColorChannel | SourceChannel | ||
| float | SourceValue | ||
| EMeshVertexPaintColorChannel | TargetChannel | ||
| FModelingToolsColorChannelFilter | TargetChannels | ||
| FName | WeightMap | Target Vertex Weight Map | |
| TArray< FString > | WeightMapsList | Internal list used to implement above |