Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Inheritance Hierarchy
- FHairCardsGeometry
- FHairCardsProceduralGeometry
References
Module | HairStrandsCore |
Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/HairCardsDatas.h |
Include | #include "HairCardsDatas.h" |
Syntax
struct FHairCardsGeometry
Remarks
Data structure holding cards geometry information.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FBox3f | BoundingBox | |
![]() |
TArray< float > | CoordU | |
![]() |
TArray< uint32 > | IndexCounts | |
![]() |
TArray< uint32 > | IndexOffsets | Index offset and index count of each cards geometry. |
![]() |
TArray< uint32 > | Indices | |
![]() |
TArray< FVector2f > | LocalUVs | |
![]() |
TArray< FVector3f > | Normals | |
![]() |
TArray< uint32 > | PointCounts | |
![]() |
TArray< uint32 > | PointOffsets | Vertex offset and vertex count of each cards geometry No longer used, kept only for backward compatibility |
![]() |
TArray< FVector3f > | Positions | |
![]() |
TArray< FVector3f > | Tangents | |
![]() |
TArray< FVector4f > | UVs | Geometry. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | GetNumCards () |
|
![]() ![]() |
uint32 | ||
![]() ![]() |
uint32 | ||
![]() |
void | Reset () |
|
![]() |
void | SetNum
(
uint32 Count |