Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
| Name | FGroomBuildSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomSettings.h |
| Include Path | #include "GroomSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FGroomBuildSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGroomBuildSettings() |
GroomSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverrideGuides | bool | Flag to override the imported guides with generated guides. | GroomSettings.h |
|
| bRandomizeGuide | bool | Randomize which guides affect a given hair strand. | GroomSettings.h |
|
| bUseUniqueGuide | bool | Force a hair strand to be affected by a unique guide. | GroomSettings.h |
|
| HairToGuideDensity | float | Density factor for converting hair into guide curve if no guides are provided. | GroomSettings.h |
|
| InterpolationDistance | EGroomInterpolationWeight | Interpolation distance metric. | GroomSettings.h |
|
| InterpolationQuality | EGroomInterpolationQuality | Interpolation data quality. | GroomSettings.h |
|