Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset
Cloth Asset collection sim accessory mesh facade class to access cloth sim accessory mesh data. Constructed from FCollectionClothFacade. Non-const access (read/write) version.
| Name | FCollectionClothSimAccessoryMeshFacade |
| Type | class |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h" |
Syntax
class FCollectionClothSimAccessoryMeshFacade : public UE::Chaos::ClothAsset::FCollectionClothSimAccessoryMeshConstFacade
Inheritance Hierarchy
- FCollectionClothSimAccessoryMeshConstFacade → FCollectionClothSimAccessoryMeshFacade
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionClothSimAccessoryMeshFacade
(
const TSharedRef< class FClothCollection >& InClothCollection, |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |||
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |||
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCollectionClothSimAccessoryMeshFacade() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< TArray< int32 > > GetSimAccessoryMeshBoneIndices() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
TArrayView< TArray< float > > GetSimAccessoryMeshBoneWeights() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
TArrayView< FVector3f > GetSimAccessoryMeshNormal() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
TArrayView< FVector3f > GetSimAccessoryMeshPosition3D() |
ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | ||
void Initialize
(
const FName& Name, |
Initialize | ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |
void Initialize
(
const FCollectionClothSimAccessoryMeshConstFacade& Other |
Initialize from another accessory mesh. | ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |
void Reset() |
Remove all attributes from this accessory mesh. | ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |
void SetDefaults() |
Set any default values for an accessory mesh. | ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |
void SetSimAccessoryMeshName
(
const FName& MeshName |
Set the name for this accessory mesh. | ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h | |||
| ChaosClothAsset/CollectionClothSimAccessoryMeshFacade.h |