Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetCards.h |
| Include | #include "GroomAssetCards.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FHairGroupsCardsSourceDescription
Variables
| Type | Name | Description | |
|---|---|---|---|
| FHairGroupCardsInfo | CardsInfo | ||
| TObjectPtr< UHairCardGenerationSettings > | GenerationSettings | Card generation data saved from the last procedural run. | |
| int32 | GroupIndex | Group index on which this cards geometry will be used (#hair_todo: change this to be a dropdown selection menu in FHairLODSettings instead) | |
| TObjectPtr< UStaticMesh > | ImportedMesh | ||
| FString | ImportedMeshKey | ||
| int32 | LODIndex | LOD on which this cards geometry will be used. | |
| TObjectPtr< UMaterialInterface > | Material | Deprecated | |
| FName | MaterialSlotName | ||
| TObjectPtr< UStaticMesh > | ProceduralMesh | ||
| FString | ProceduralMeshKey | ||
| FHairGroupsProceduralCards | ProceduralSettings | ||
| EHairCardsSourceType | SourceType | ||
| FHairGroupCardsTextures | Textures |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UStaticMesh * | GetMesh () |
||
| FString | GetMeshKey () |
||
| bool | |||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairGroupsCardsSourceDescription& A |