Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Hair strands datas that are stored on CPU
| Name | FHairStrandsCommonDatas |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/HairStrandsDatas.h |
| Include Path | #include "HairStrandsDatas.h" |
Syntax
struct FHairStrandsCommonDatas
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | uint32 | General flags (shuffled curve, extra ending point, ...) | HairStrandsDatas.h | |
| StrandsCurves | FHairStrandsCurves | List of all the strands curves | HairStrandsDatas.h | |
| StrandsPoints | FHairStrandsPoints | List of all the strands points | HairStrandsDatas.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetAttributeFlags() |
HairStrandsDatas.h | ||
uint32 GetAttributes() |
HairStrandsDatas.h | ||
uint32 GetNumCurves() |
Get the total number of Curves | HairStrandsDatas.h | |
uint32 GetNumPoints() |
Get the total number of points | HairStrandsDatas.h | |
bool HasFlags
(
EHairStrandsFlags In |
HairStrandsDatas.h | ||
bool IsValid() |
HairStrandsDatas.h | ||
void Reset() |
HairStrandsDatas.h |