Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBindingBuilder.h |
| Include | #include "GroomBindingBuilder.h" |
Syntax
struct FPointsSampler
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint32 > | SampleIndices | List of sampled points | |
| TArray< FVector3f > | SamplePositions | List of sampled positions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPointsSampler
(
TArray< bool >& ValidPoints, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildPositions
(
const FVector3f* PointPositions |
Build the sample position from the sample indices | |
| void | FurthestPoint
(
const int32 NumPoints, |
Compute the furthest point | |
| int32 | StartingPoint
(
const TArray< bool >& ValidPoints, |
Compute the starting point |