Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/HairDescription.h |
| Include | #include "HairDescription.h" |
Syntax
class FHairDescription
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHairDescription
(
const FHairDescription& |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FStrandID | AddStrand () |
||
| FVertexID | AddVertex () |
||
| int32 | |||
| int32 | |||
| const TAttributesSet< FGroomID > & | |||
| TAttributesSet< FGroomID > & | |||
| bool | HasAttribute
(
EHairAttribute InAttribute |
#ueent_todo: Expose "remove" operations to allow editing HairDescription | |
| void | InitializeStrands
(
int32 InNumStrands |
||
| void | InitializeVertices
(
int32 InNumVertices |
||
| bool | IsValid () |
||
| void | Reset () |
||
| void | |||
| TAttributesSet< FStrandID > & | |||
| const TAttributesSet< FStrandID > & | |||
| TAttributesSet< FVertexID > & | |||
| const TAttributesSet< FVertexID > & |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FHairDescription & | operator=
(
const FHairDescription& |
||
| FHairDescription & | operator=
(
FHairDescription&& |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasAOAttributes accessor is deprecated. Use HasAttribute instead | ||
| bool | HasClumpID () |
HasClumpID accessor is deprecated. Use HasAttribute instead | |
| bool | HasColorAttributes accessor is deprecated. Use HasAttribute instead | ||
| bool | HasGuideWeights accessor is deprecated. Use HasAttribute instead | ||
| bool | HasRootUV () |
HasRootUV accessor is deprecated. Use HasAttribute instead | |
| bool | HasRoughnessAttributes accessor is deprecated. Use HasAttribute instead |