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< FIntVector2 > | CurveSimIndices | Simulation curve indices, ordered by closest influence (per-curve data) | |
| TArray< FIntVector2 > | CurveSimRootPointIndex | (Global) Index of the root point of the curve | |
| TArray< FVector2f > | CurveSimWeights | Weight of simulation curve, ordered by closest influence (per-curve data) | |
| TArray< FIntVector2 > | PointSimIndices | Closest vertex (local, 0..255) indices on simulation curve, ordered by closest influence (per-point data) | |
| TArray< FVector2f > | PointSimLerps | Lerp value between the closest vertex indices and the next one, ordered by closest influence (per-point data) |