Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetInterpolation.h |
| Include | #include "GroomAssetInterpolation.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FHairLODSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngularThreshold | Max angular difference between adjacents vertices to remove vertices during simplification, in degrees. | |
| EGroomBindingType | BindingType | ||
| bool | bVisible | If true (default), the hair group is visible. If false, the hair group is culled. | |
| float | CurveDecimation | Reduce the number of hair strands | |
| EGroomGeometryType | GeometryType | ||
| EGroomOverrideType | GlobalInterpolation | ||
| float | ScreenSize | Screen size at which this LOD should be enabled | |
| EGroomOverrideType | Simulation | ||
| float | ThicknessScale | Scale the hair thickness for compensating the reduction of curves. | |
| float | VertexDecimation | Reduce the number of vertices for each hair strands |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairLODSettings& A |