Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGroomCreateBindingOptions
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCreateBindingOptions.h |
| Include | #include "GroomCreateBindingOptions.h" |
Syntax
UCLASS&40;BlueprintType, Config&61;EditorPerProjectUserSettings, AutoCollapseCategories&61;&40;Conversion&41;,
HideCategories&61;&40;Hidden&41;&41;
class UGroomCreateBindingOptions : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UGroomAsset > | GroomAsset | Groom asset | |
| EGroomBindingMeshType | GroomBindingType | Type of mesh to create groom binding for | |
| int32 | MatchingSection | Section to pick to transfer the position | |
| int32 | NumInterpolationPoints | Number of points used for the rbf interpolation | |
| TObjectPtr< UGeometryCache > | SourceGeometryCache | GeometryCache on which the groom has been authored | |
| TObjectPtr< USkeletalMesh > | SourceSkeletalMesh | Skeletal mesh on which the groom has been authored. | |
| TObjectPtr< UGeometryCache > | TargetGeometryCache | GeometryCache on which the groom is attached to. | |
| TObjectPtr< USkeletalMesh > | TargetSkeletalMesh | Skeletal mesh on which the groom is attached to. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGroomCreateBindingOptions
(
const FObjectInitializer& ObjectInitializer |