| bRandomizeGuide |
bool |
Randomize which guides affect a given hair strand. |
GroomAssetInterpolation.h |
- EditAnywhere
- BlueprintReadWrite
- Category="InterpolationSettings"
|
| bUseUniqueGuide |
bool |
Force a hair strand to be affected by a unique guide. |
GroomAssetInterpolation.h |
- EditAnywhere
- BlueprintReadWrite
- Category="InterpolationSettings"
|
| GuideType |
EGroomGuideType |
Flag to override the imported guides with generated guides. |
GroomAssetInterpolation.h |
- EditAnywhere
- BlueprintReadWrite
- Category="InterpolationSettings"
- Meta=(ToolTip="Type of guides:\n - Imported: use imported guides\n - Generated: generate guides from strands\n - Rigged: generated rigged guides from strands.")
|
| HairToGuideDensity |
float |
Density factor for converting hair into guide curve if no guides are provided. |
GroomAssetInterpolation.h |
- EditAnywhere
- BlueprintReadWrite
- Category="InterpolationSettings"
- Meta=(DisplayName="Generated guide density", ClampMin="0", ClampMax="1.0", UIMin="0", UIMax="1.0", EditCondition="GuideType == EGroomGuideType::Generated")
|
| InterpolationDistance |
EHairInterpolationWeight |
Interpolation distance metric. |
GroomAssetInterpolation.h |
- EditAnywhere
- BlueprintReadWrite
- Category="InterpolationSettings"
|
| InterpolationQuality |
EHairInterpolationQuality |
Interpolation data quality. |
GroomAssetInterpolation.h |
- EditAnywhere
- BlueprintReadWrite
- Category="InterpolationSettings"
|
| RiggedGuideNumCurves |
int32 |
Number of curves to generate in the skel mesh |
GroomAssetInterpolation.h |
- EditAnywhere
- BlueprintReadOnly
- Category="InterpolationSettings"
- Meta=(DisplayName="Rigged guide num. curves", ToolTip="Number of guides that will be generated on the groom and the skeletal mesh", EditCondition="GuideType == EGroomGuideType::Rigged")
|
| RiggedGuideNumPoints |
int32 |
Number of points per curve |
GroomAssetInterpolation.h |
- EditAnywhere
- BlueprintReadOnly
- Category="InterpolationSettings"
- Meta=(DisplayName="Rigged guide num. points", ToolTip="Number of points/bones per generated guide", EditCondition="GuideType == EGroomGuideType::Rigged")
|