Navigation
Unreal Engine C++ API Reference > Plugins > HairStrandsCore
References
Module | HairStrandsCore |
Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/HairCardsDatas.h |
Include | #include "HairCardsDatas.h" |
Syntax
struct FHairCardsInterpolationDatas
Remarks
Hair cards points interpolation attributes
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< int32 > | PointsSimCurvesIndex | Simulation curve indices |
![]() |
TArray< int32 > | PointsSimCurvesVertexIndex | Closest vertex indices on simulation curve |
![]() |
TArray< float > | PointsSimCurvesVertexLerp | Lerp value between the closest vertex indices and the next one |