Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset
Cloth Asset collection sim accessory mesh facade class to access cloth sim accessory mesh data. Constructed from FCollectionClothConstFacade. Const access (read only) version.
| Name | FCollectionClothSimAccessoryMeshConstFacade |
| Type | class |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h" |
Syntax
class FCollectionClothSimAccessoryMeshConstFacade
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionClothSimAccessoryMeshConstFacade
(
const TSharedRef< const class FConstClothCollection >& InClothCollection, |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |||
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |||
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCollectionClothSimAccessoryMeshConstFacade() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< TArray< int32 > > GetSimAccessoryMeshBoneIndices() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
FName GetSimAccessoryMeshBoneIndicesAttribute() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
TConstArrayView< TArray< float > > GetSimAccessoryMeshBoneWeights() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
FName GetSimAccessoryMeshBoneWeightsAttribute() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
int32 GetSimAccessoryMeshIndex() |
Return the accessory mesh index this facade has been created with. | ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |
FName GetSimAccessoryMeshName() |
Return the name for this accessory mesh | ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |
TConstArrayView< FVector3f > GetSimAccessoryMeshNormal() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
FName GetSimAccessoryMeshNormalAttribute() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
TConstArrayView< FVector3f > GetSimAccessoryMeshPosition3D() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
FName GetSimAccessoryMeshPosition3DAttribute() |
Return the names of dynamic attributes associated with this accessory mesh | ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetElementIndex() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetBaseElementIndex() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |||
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |