Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/UChaosClothConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void MigrateFrom
(
const FClothConfig_Legacy& |
Migrate from the legacy FClothConfig structure. | ChaosCloth/ChaosClothConfig.h | |
virtual void MigrateFrom
(
const UClothSharedConfigCommon* ClothSharedConfig |
Migrate from shared config. | ChaosCloth/ChaosClothConfig.h |
MigrateFrom(const FClothConfig_Legacy &)
Description
Migrate from the legacy FClothConfig structure.
| Name | MigrateFrom |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothConfig.h |
| Include Path | #include "ChaosCloth/ChaosClothConfig.h" |
| Source | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothConfig.cpp |
virtual void MigrateFrom
(
const FClothConfig_Legacy &
)
MigrateFrom(const UClothSharedConfigCommon *)
Description
Migrate from shared config.
| Name | MigrateFrom |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothConfig.h |
| Include Path | #include "ChaosCloth/ChaosClothConfig.h" |
| Source | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothConfig.cpp |
virtual void MigrateFrom
(
const UClothSharedConfigCommon * ClothSharedConfig
)