Navigation
API > API/Plugins > API/Plugins/HairModelingToolset
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UMeshConstraintProperties
- UGenerateLODMeshesToolProperties
References
| Module | HairModelingToolset |
| Header | /Engine/Plugins/Experimental/HairModelingToolset/Source/HairModelingToolset/Public/GenerateLODMeshesTool.h |
| Include | #include "GenerateLODMeshesTool.h" |
Syntax
UCLASS ()
class UGenerateLODMeshesToolProperties : public UMeshConstraintProperties
Remarks
Standard properties of the Simplify operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDiscardAttributes | Discard UVs and existing normals, allowing the simplifier to ignore any UV and normal seams. | |
| bool | bReproject | Enable projection back to input mesh | |
| bool | bShowGroupColors | Display colors corresponding to the mesh's polygon groups | |
| bool | bShowWireframe | If true, display wireframe | |
| TArray< FLODLevelGenerateSettings > | LODLevels | ||
| int | NameIndexBase | Output LOD Assets will be numbered starting at this number | |
| ESimplifyType | SimplifierType | Simplification Scheme | |
| int | TargetCount | Target triangle/vertex count | |
| float | TargetEdgeLength | Target edge length | |
| ESimplifyTargetType | TargetMode | Simplification Target Type | |
| int | TargetPercentage | Target percentage of original triangle count |
Constructors
| Type | Name | Description | |
|---|---|---|---|