Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetProxyDeformerNode_v2
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/ProxyDeformerNode.h |
| Include | #include "ChaosClothAsset/ProxyDeformerNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetProxyDeformerNode_v2 : public FDataflowNode
Remarks
Add the proxy deformer information to this cloth collection's render data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseMultipleInfluences | Whether using multiple simulation mesh triangles to influence the position of the deformed render vertex. | |
| FManagedArrayCollection | Collection | ||
| float | InfluenceRadius | The radius around the render vertices to look for all simulation mesh triangles influencing it (AKA SkinningKernelRadius). | |
| TArray< FChaosClothAssetSelectionFilterSet > | SelectionFilterSets | Selection filter set used to restrict a selection of render vertices to a selection of simulation mesh triangles. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetProxyDeformerNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetProxyDeformerNode_v2, |
|||
FName
(
"FClothCollection" |
Constants
| Name | Description |
|---|---|
| NumInitialSelectionFilterSets | |
| NumRequiredInputs |