Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
Initialize the RenderDeformerSkinningBlend weight map from the ProxyDeformer mapping data.
The weight map is used by the cloth render shader to decide how much to blend between skinned and simulated points. Value ranges between 0 for fully deformed, to 1 for fully skinned.
Editing the RenderDeformerSkinningBlend is possible after this node (via a WeightMap node), as the RenderDeformerSkinningBlend weight map is an intrinsic attribute of the ClothCollection.
Note: ProxyDeformer mapping data must exist on the input ClothCollection prior to using this node.
| Name | FChaosClothAssetSkinningBlendNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SkinningBlendNode.h |
| Include Path | #include "ChaosClothAsset/SkinningBlendNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetSkinningBlendNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetSkinningBlendNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosClothAssetSkinningBlendNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ChaosClothAsset/SkinningBlendNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseSmoothTransition | bool | Whether to create a smoothed RenderDeformerSkinningBlend weight map to ease the transition between the deformed part and the skinned part of the render mesh. | ChaosClothAsset/SkinningBlendNode.h |
|
| KinematicVertices3D | DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetSkinningBlendNode, "SkinningBlend", "Cloth", "Cloth Simulation Skinning Blend") public FChaosClothAssetConnectableIStringValue | The name of a selection containing all the kinematic points. | ChaosClothAsset/SkinningBlendNode.h |
|
| SkinningBlendName | FString | The name of the render mesh weight map generated by this node detailing the contribution of the proxy deformer. | ChaosClothAsset/SkinningBlendNode.h |
|