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
enum EHairInterpolationWeight
{
UMETA =(DisplayName = "Parametric", ToolTip = "Build interpolation data based on curve parametric distance"),
UMETA =(DisplayName = "Root", ToolTip = "Build interpolation data based on distance between guide's root and strands's root"),
UMETA =(DisplayName = "Index", ToolTip = "Build interpolation data based on guide and strands vertex indices"),
UMETA =(DisplayName = "Distance", ToolTip = "Build interpolation data based on curve euclidean distance"),
UMETA =(Hidden),
}
Values
Name | Description |
---|---|
UMETA | |
UMETA | |
UMETA | |
UMETA | |
UMETA |