Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/FChaosClothAssetApplyResizingNod-
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 → FChaosClothAssetApplyResizingNode::EvaluateClothCollection
| Name | EvaluateClothCollection |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/ApplyResizingNode.h |
| Include Path | #include "ChaosClothAsset/ApplyResizingNode.h" |
| Source | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Private/ChaosClothAsset/ApplyResizingNode.cpp |
virtual void EvaluateClothCollection
(
UE::Dataflow::FContext & Context,
const TSharedRef < FManagedArrayCollection > & ClothCollection
) const