Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset > API/Plugins/ChaosClothAsset/FCollectionClothSimMorphTargetFa-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
const FCollectionClothSimMorphTargetConstFacade& Other, |
Initialize from another morph target. Assumes all indices match between source and target. | ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | |
void Initialize
(
const FString& Name, |
Initialize | ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |
Initialize(const FCollectionClothSimMorphTargetConstFacade &, int32)
Description
Initialize from another morph target. Assumes all indices match between source and target.
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSimMorphTargetFacade.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Private/ChaosClothAsset/CollectionClothSimMorphTargetFacade.cpp |
void Initialize
(
const FCollectionClothSimMorphTargetConstFacade & Other,
int32 SimVertex3DOffset
)
Initialize(const FString &, const TConstArrayView< FVector3f > &, const TConstArrayView< FVector3f > &, const TConstArrayView< int32 > &)
Description
Initialize
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSimMorphTargetFacade.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Private/ChaosClothAsset/CollectionClothSimMorphTargetFacade.cpp |
void Initialize
(
const FString & Name,
const TConstArrayView< FVector3f > & PositionDeltas,
const TConstArrayView< FVector3f > & TangentZDeltas,
const TConstArrayView< int32 > & SimVertex3DIndices
)