Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/FClothSimulationProxy
Description
Post setup, required for when the simulation didn't run. For specialized usage when not calling Tick_GameThread.
| Name | PostProcess_GameThread |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothSimulationProxy.h |
| Include Path | #include "ChaosClothAsset/ClothSimulationProxy.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Private/ChaosClothAsset/ClothSimulationProxy.cpp |
void PostProcess_GameThread
(
TMap < int32, FClothSimulData > * OutClothSimulDataOverride
)
Parameters
| Name | Remarks |
|---|---|
| OutClothSimulDataOverride | An optional override to store the resulting simulation data, or nullptr to use the internally owned map insted. |