Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
| Name | FHairDescription |
| Type | class |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/HairDescription.h |
| Include Path | #include "HairDescription.h" |
Syntax
class FHairDescription
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| HairDescription.h | |||
FHairDescription
(
const FHairDescription& |
HairDescription.h | ||
| HairDescription.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FHairDescription() |
HairDescription.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GroomAttributesSet | TAttributesSet< FGroomID > | HairDescription.h | ||
| NumStrands | int32 | HairDescription.h | ||
| NumVertices | int32 | HairDescription.h | ||
| StrandAttributesSet | TAttributesSet< FStrandID > | HairDescription.h | ||
| VertexAttributesSet | TAttributesSet< FVertexID > | HairDescription.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStrandID AddStrand() |
HairDescription.h | ||
FVertexID AddVertex() |
HairDescription.h | ||
int32 GetNumStrands() |
HairDescription.h | ||
int32 GetNumVertices() |
HairDescription.h | ||
const TAttributesSet< FGroomID > & GroomAttributes () |
HairDescription.h | ||
TAttributesSet< FGroomID > & GroomAttributes () |
HairDescription.h | ||
bool HasAOAttributes() |
HairDescription.h | ||
bool HasAttribute
(
EHairAttribute InAttribute |
#ueent_todo: Expose "remove" operations to allow editing HairDescription | HairDescription.h | |
bool HasClumpID() |
HairDescription.h | ||
bool HasColorAttributes() |
HairDescription.h | ||
bool HasGuideWeights() |
HairDescription.h | ||
bool HasRootUV() |
HairDescription.h | ||
bool HasRoughnessAttributes() |
HairDescription.h | ||
void InitializeStrands
(
int32 InNumStrands |
HairDescription.h | ||
void InitializeVertices
(
int32 InNumVertices |
HairDescription.h | ||
bool IsValid() |
HairDescription.h | ||
void Reset() |
HairDescription.h | ||
void Serialize
(
FArchive& Ar |
HairDescription.h | ||
TAttributesSet< FStrandID > & StrandAttributes () |
HairDescription.h | ||
const TAttributesSet< FStrandID > & StrandAttributes () |
HairDescription.h | ||
TAttributesSet< FVertexID > & VertexAttributes () |
HairDescription.h | ||
const TAttributesSet< FVertexID > & VertexAttributes () |
HairDescription.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHairDescription & operator=
(
const FHairDescription& |
HairDescription.h | ||
| HairDescription.h |