Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UMeshConstraintProperties
- URemeshProperties
- URemeshMeshToolProperties
- UProjectToTargetToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/ProjectToTargetTool.h |
| Include | #include "ProjectToTargetTool.h" |
Syntax
UCLASS ()
class UProjectToTargetToolProperties : public URemeshMeshToolProperties
Remarks
Subclass URemeshMeshToolProperties just so we can set default values for some properties. Setting these values in the Setup function of UProjectToTargetTool turns out to be tricky to achieve with the property cache.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bParallel | ||
| bool | bSmoothInFillAreas | ||
| bool | bWorldSpace | ||
| int | FaceProjectionPassesPerRemeshIteration | ||
| float | FillAreaDistanceMultiplier | ||
| float | FillAreaSmoothMultiplier | ||
| float | NormalAlignmentSpeed | ||
| float | SurfaceProjectionSpeed |
Constructors
| Type | Name | Description | |
|---|---|---|---|