Navigation
API > API/Plugins > API/Plugins/HairStrandsMutable
References
| Module | HairStrandsMutable |
| Header | /Engine/Plugins/Experimental/HairStrandsMutable/Source/HairStrandsMutable/Public/HairStrandsMutableExtension.h |
| Include | #include "HairStrandsMutableExtension.h" |
Syntax
USTRUCT ()
struct FGroomPinData
Remarks
Used as ExtensionData to represent a Groom Asset in a Customizable Object graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AttachmentName | See UGroomComponent::AttachmentName. | |
| TObjectPtr< UGroomBindingAsset > | BindingAsset | See UGroomComponent::BindingAsset. | |
| FName | ComponentName | Name of the mesh component this groom will be attached to | |
| TObjectPtr< UGroomAsset > | GroomAsset | The groom asset to use. | |
| TObjectPtr< UGroomCache > | GroomCache | See UGroomComponent::GroomCache. | |
| TArray< TObjectPtr< class UMaterialInterface > > | OverrideMaterials | See UMeshComponent::OverrideMaterials. | |
| TObjectPtr< UPhysicsAsset > | PhysicsAsset | See UGroomComponent::PhysicsAsset. |