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 FHairStrandsDatas
Remarks
Hair strands datas that are stored on CPU
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | BoundingBox | Strands bounding box | |
| float | HairDensity | The Standard Hair Density | |
| FHairStrandsCurves | StrandsCurves | List of all the strands curves | |
| FHairStrandsPoints | StrandsPoints | List of all the strands points |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyCurve
(
const FHairStrandsDatas& In, |
Copy a point or a curve from In to Out data | |
| void | CopyPoint
(
const FHairStrandsDatas& In, |
||
| void | CopyPointLerp
(
const FHairStrandsDatas& In, |
||
| uint32 | |||
| uint32 | |||
| uint32 | GetNumCurves () |
Get the total number of Curves | |
| uint32 | GetNumPoints () |
Get the total number of points | |
| bool | IsValid () |
||
| void | Reset () |