Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/FChaosClothAssetSimulationBaseCo-
Description
Override this to do additional node-specific evaluate on the cloth collection output. AddProperties has already been called when this is called.
Derived Overrides
- FChaosClothAssetApplyResizingNode::EvaluateClothCollection
- FChaosClothAssetSimulationClothVertexFaceSpringConfigNode::EvaluateClothCollection
- FChaosClothAssetSimulationClothVertexSpringConfigNode::EvaluateClothCollection
- FChaosClothAssetSimulationLongRangeAttachmentConfigNode_v2::EvaluateClothCollection
- FChaosClothAssetSimulationMaxDistanceConfigNode::EvaluateClothCollection
- FChaosClothAssetSimulationResolveExtremeDeformationConfigNode::EvaluateClothCollection
- FChaosClothAssetSimulationSelfCollisionSpheresConfigNode::EvaluateClothCollection
| Name | EvaluateClothCollection |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/SimulationBaseConfigNode.h |
| Include Path | #include "ChaosClothAsset/SimulationBaseConfigNode.h" |
virtual void EvaluateClothCollection
(
UE::Dataflow::FContext & Context,
const TSharedRef < FManagedArrayCollection > & ClothCollection
) const