Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/UClothingAssetCommon
Description
Propagate the shared simulation configs between assets. Also migrate all deprecated shared parameters which have been moved to the per cloth configs if required. Called after a cloth asset is created or loaded.
| Name | PropagateSharedConfigs |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include Path | #include "ClothingAsset.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothingAsset.cpp |
void PropagateSharedConfigs
(
bool bMigrateSharedConfigToConfig
)