Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/FChaosClothAsset-_13
Description
Override this to do additional node-specific evaluate on the cloth collection output. AddProperties has already been called when this is called.
Virtual Inheritance
- FChaosClothAssetSimulationBaseConfigNode::EvaluateClothCollection → FChaosClothAssetSimulationClothVertexSpringConfigNode::EvaluateClothCollection
| Name | EvaluateClothCollection |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationClothVertexSpringConfigNode.h |
| Include Path | #include "ChaosClothAsset/SimulationClothVertexSpringConfigNode.h" |
| Source | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Private/ChaosClothAsset/SimulationClothVertexSpringConfigNode.cpp |
virtual void EvaluateClothCollection
(
UE::Dataflow::FContext & Context,
const TSharedRef < FManagedArrayCollection > & ClothCollection
) const