Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/IClothComponentAdapter
Description
Return the next SimulationGroupId when multiple group IDs are sharing the same simulated cloth, or INDEX_NONE when SimulationGroupId is the last linked element. Use GetSimulationGroupId() to get the initial ID, and call GetNextLinkedSimulationGroupId() with the previous ID to retrieve the subsequent linked IDs. This function allows for a single simulated cloth to update multiple simulation data slots.
Derived Overrides
| Name | GetNextLinkedSimulationGroupId |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothComponentAdapter.h |
| Include Path | #include "ChaosClothAsset/ClothComponentAdapter.h" |
virtual int32 GetNextLinkedSimulationGroupId
(
int32 PrevSimulationGroupId
) const