Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
| |
|
| Name |
FHairMaterialConstraints |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetPhysics.h |
| Include Path |
#include "GroomAssetPhysics.h" |
Syntax
USTRUCT (BlueprintType )
struct FHairMaterialConstraints
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FHairMaterialConstraints()
|
|
GroomAssetPhysics.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BendConstraint |
FHairBendConstraint |
Radius scale along the strand |
GroomAssetPhysics.h |
- EditAnywhere
- Category="MaterialConstraints"
- Meta=(ToolTip="Bend constraint settings to be applied to the hair strands")
|
| CollisionConstraint |
FHairCollisionConstraint |
Radius scale along the strand |
GroomAssetPhysics.h |
- EditAnywhere
- Category="MaterialConstraints"
- Meta=(ToolTip="Collision constraint settings to be applied to the hair strands")
|
| StretchConstraint |
FHairStretchConstraint |
Radius scale along the strand |
GroomAssetPhysics.h |
- EditAnywhere
- Category="MaterialConstraints"
- Meta=(ToolTip="Stretch constraint settings to be applied to the hair strands")
|
Functions
Public
Operators