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
struct FHairDescriptionBulkData
Remarks
Bulk data storage for FHairDescription
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |
Empties the bulk data | |
| FString | GetIdString () |
Returns unique ID string for this bulk data | |
| bool | IsEmpty () |
Returns true if there is nothing in the bulk data | |
| void | LoadHairDescription
(
FHairDescription& HairDescription |
Loads the hair description from the bulk data | |
| void | SaveHairDescription
(
FHairDescription& HairDescription |
Stores a new hair description in the bulk data | |
| void |