Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/HairStrandsDatas.h |
| Include | #include "HairStrandsDatas.h" |
Syntax
struct FHairStrandsInterpolationDatas
Remarks
Hair strands points interpolation attributes
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseUniqueGuide | True, if interpolation data are built using a single guide | |
| TArray< FIntVector > | PointsSimCurvesIndex | Simulation curve indices, ordered by closest influence | |
| TArray< FIntVector > | PointsSimCurvesVertexIndex | Closest vertex indices on simulation curve, ordered by closest influence | |
| TArray< FVector3f > | PointsSimCurvesVertexLerp | Lerp value between the closest vertex indices and the next one, ordered by closest influence | |
| TArray< FVector3f > | PointsSimCurvesVertexWeights | Weight of vertex indices on simulation curve, ordered by closest influence |