Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset
Cloth Asset collection sim morph target facade class to access cloth sim morph target data. Constructed from FCollectionClothConstFacade. Const access (read only) version.
| Name | FCollectionClothSimMorphTargetConstFacade |
| Type | class |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSimMorphTargetFacade.h" |
Syntax
class FCollectionClothSimMorphTargetConstFacade
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionClothSimMorphTargetConstFacade
(
const TSharedRef< const class FConstClothCollection >& InClothCollection, |
ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | ||
| ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | |||
| ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | |||
| ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCollectionClothSimMorphTargetConstFacade() |
ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNumSimMorphTargetVertices() |
Return the total number of vertices for this morph target. | ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | |
int32 GetSimMorphTargetIndex() |
Return the Morph Target index this facade has been created with. | ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | |
const FString & GetSimMorphTargetName() |
Return the name for this morph target | ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | |
TConstArrayView< FVector3f > GetSimMorphTargetPositionDelta() |
ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | ||
TConstArrayView< int32 > GetSimMorphTargetSimVertex3DIndex() |
ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | ||
TConstArrayView< FVector3f > GetSimMorphTargetTangentZDelta() |
ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | ||
int32 GetSimMorphTargetVerticesOffset() |
Return the morph target vertices offset for this morph target in the morph target vertices for the collection. | ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | |
bool IsEmpty() |
ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetElementIndex() |
ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetBaseElementIndex() |
ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosClothAsset/CollectionClothSimMorphTargetFacade.h | |||
| ChaosClothAsset/CollectionClothSimMorphTargetFacade.h |