Navigation
API > API/Plugins > API/Plugins/HairModelingToolset
References
| Module | HairModelingToolset |
| Header | /Engine/Plugins/Experimental/HairModelingToolset/Source/HairModelingToolset/Public/GenerateLODMeshesTool.h |
| Include | #include "GenerateLODMeshesTool.h" |
Syntax
USTRUCT&40;&41;
struct FLODLevelGenerateSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bReproject | Target vertex/triangle count | |
| FString | Result | ||
| ESimplifyType | SimplifierType | Simplification Scheme | |
| int32 | TargetCount | Target vertex/triangle count | |
| ESimplifyTargetType | TargetMode | Simplification Target Type | |
| int32 | TargetPercentage | Target percentage |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FLODLevelGenerateSettings& Other |