Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetMeshes.h |
| Include | #include "GroomAssetMeshes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FHairGroupsMeshesSourceDescription
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | GroupIndex | Group index on which this mesh geometry will be used (#hair_todo: change this to be a dropdown selection menu in FHairLODSettings instead) | |
| TObjectPtr< class UStaticMesh > | ImportedMesh | ||
| FString | ImportedMeshKey | ||
| int32 | LODIndex | LOD on which this mesh geometry will be used. | |
| TObjectPtr< UMaterialInterface > | Material | Deprecated | |
| FName | MaterialSlotName | ||
| FHairGroupCardsTextures | Textures |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetMeshKey () |
||
| bool | |||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairGroupsMeshesSourceDescription& A |