Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
Extract a selection set from a Cloth Collection.
| Name | FChaosClothAssetExtractSelectionSetNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/ClothCollectionToDynamicMeshNode.h |
| Include Path | #include "ChaosClothAsset/ClothCollectionToDynamicMeshNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth, Experimental))
struct FChaosClothAssetExtractSelectionSetNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetExtractSelectionSetNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReorderForDynamicMesh | bool | Reorder extracted indices to match the order of a DynamicMesh that was created via ClothCollectionToDynamicMesh | ChaosClothAsset/ClothCollectionToDynamicMeshNode.h |
|
| Collection | FManagedArrayCollection | ChaosClothAsset/ClothCollectionToDynamicMeshNode.h |
|
|
| DynamicMesh | TObjectPtr< UDynamicMesh > | Dynamic mesh used to reorder indices. | ChaosClothAsset/ClothCollectionToDynamicMeshNode.h |
|
| ExtractedSelectionArray | TArray< int32 > | Extracted Selection Set as an array | ChaosClothAsset/ClothCollectionToDynamicMeshNode.h |
|
| ExtractedSelectionSet | TSet< int32 > | Extracted Selection Set as a Set | ChaosClothAsset/ClothCollectionToDynamicMeshNode.h |
|
| Selection | FChaosClothAssetConnectableIStringValue | Name of the selection set to be extracted. | ChaosClothAsset/ClothCollectionToDynamicMeshNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetExtractSelectionSetNode, "ExtractClothSelectionSet", "Cloth", "Extract Cloth Selection Set") public void Evaluate
(
UE::Dataflow::FContext& Context, |
ChaosClothAsset/ClothCollectionToDynamicMeshNode.h |