Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
Generate a Sim Morph target from a cloth collection sim mesh (with matching topology).
| Name | FChaosClothAssetGenerateSimMorphTargetNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetDataflowNodes/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/GenerateSimMorphTargetNode.h |
| Include Path | #include "ChaosClothAsset/GenerateSimMorphTargetNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetGenerateSimMorphTargetNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetGenerateSimMorphTargetNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosClothAssetGenerateSimMorphTargetNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ChaosClothAsset/GenerateSimMorphTargetNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGenerateNormalDeltas | bool | Whether or not to generate normal deltas | ChaosClothAsset/GenerateSimMorphTargetNode.h |
|
| MorphTargetCollection | DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetGenerateSimMorphTargetNode, "GenerateSimMorphTarget", "Cloth", "Cloth Generate Sim Morph Target") public FManagedArrayCollection | Input/output collection Collection to generate the morph target from. | ChaosClothAsset/GenerateSimMorphTargetNode.h |
|
| MorphTargetName | FString | Morph target name | ChaosClothAsset/GenerateSimMorphTargetNode.h |
|