Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Build the guides skinning by transferring the indices weights from a skelmesh
| Name | FTransferSkinWeightsGroomNode |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/BuildGroomSkinningNodes.h |
| Include Path | #include "BuildGroomSkinningNodes.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FTransferSkinWeightsGroomNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FTransferSkinWeightsGroomNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneIndicesKey | FCollectionAttributeKey | Bone indices key to be used in other nodes if necessary | BuildGroomSkinningNodes.h |
|
| BoneWeightsKey | FCollectionAttributeKey | Bone weights key to be used in other nodes if necessary | BuildGroomSkinningNodes.h |
|
| Collection | FManagedArrayCollection | Managed array collection to be used to store datas | BuildGroomSkinningNodes.h |
|
| CurvesType | EGroomCollectionType | Type of curves to use to fill the groom collection (guides/strands) | BuildGroomSkinningNodes.h |
|
| GroupIndex | int32 | Group index on which the dats will be transfered. -1 will transfer on all the groups | BuildGroomSkinningNodes.h |
|
| LODIndex | int32 | LOD used to transfer the weights | BuildGroomSkinningNodes.h |
|
| RelativeTransform | FTransform | The relative transform between the skeletal mesh and the groom asset. | BuildGroomSkinningNodes.h |
|
| SkeletalMesh | TObjectPtr< USkeletalMesh > | SkeletalMesh used to transfer the skinning weights. Will be stored onto the groom asset | BuildGroomSkinningNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FTransferSkinWeightsGroomNode, |
BuildGroomSkinningNodes.h | ||
virtual TArray< UE::Dataflow::FRenderingParameter > GetRenderParametersImpl() |
BuildGroomSkinningNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
BuildGroomSkinningNodes.h |