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