Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCacheData.h |
| Include | #include "GroomCacheData.h" |
Syntax
struct FGroomCacheVertexData
Remarks
Animatable vertex data that maps to FHairStrandsPoints
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FLinearColor > | PointsBaseColor | ||
| TArray< float > | PointsCoordU | ||
| TArray< FVector3f > | PointsPosition | ||
| TArray< float > | PointsRadius | ||
| TRefCountPtr< FRDGPooledBuffer > | PositionBuffer | GPU resources. Lazily allocated. | |
| TRefCountPtr< FRDGPooledBuffer > | RadiusBuffer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGroomCacheVertexData
(
FHairStrandsPoints&& PointsData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FArchive& Ar, |