Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FClothPhysicalMeshData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MigrateFrom
(
FClothPhysicalMeshData& ClothPhysicalMeshData |
Migrate from same, used to migrate LOD data from the UClothLODDataCommon_Legacy. | ClothPhysicalMeshData.h | |
void MigrateFrom
(
UClothPhysicalMeshDataBase_Legacy* ClothPhysicalMeshDataBase |
Migrate from the legacy physical mesh data class, used to migrate LOD data from the UClothLODDataCommon_Legacy. | ClothPhysicalMeshData.h |
MigrateFrom(FClothPhysicalMeshData &)
Description
Migrate from same, used to migrate LOD data from the UClothLODDataCommon_Legacy.
| Name | MigrateFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothPhysicalMeshData.h |
| Include Path | #include "ClothPhysicalMeshData.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothPhysicalMeshData.cpp |
void MigrateFrom
(
FClothPhysicalMeshData & ClothPhysicalMeshData
)
MigrateFrom(UClothPhysicalMeshDataBase_Legacy *)
Description
Migrate from the legacy physical mesh data class, used to migrate LOD data from the UClothLODDataCommon_Legacy.
| Name | MigrateFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothPhysicalMeshData.h |
| Include Path | #include "ClothPhysicalMeshData.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothPhysicalMeshData.cpp |
void MigrateFrom
(
UClothPhysicalMeshDataBase_Legacy * ClothPhysicalMeshDataBase
)