Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset
Cloth Asset collection fabric facade class to access cloth fabric data. Constructed from FCollectionClothConstFacade. Const access (read only) version.
| Name | FCollectionClothFabricConstFacade |
| Type | class |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothFabricFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothFabricFacade.h" |
Syntax
class FCollectionClothFabricConstFacade
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionClothFabricConstFacade
(
const TSharedRef< const class FConstClothCollection >& InClothCollection, |
ChaosClothAsset/CollectionClothFabricFacade.h | ||
| ChaosClothAsset/CollectionClothFabricFacade.h | |||
| ChaosClothAsset/CollectionClothFabricFacade.h | |||
| ChaosClothAsset/CollectionClothFabricFacade.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCollectionClothFabricConstFacade() |
ChaosClothAsset/CollectionClothFabricFacade.h |
Structs
| Name | Remarks |
|---|---|
| FAnisotropicData | Anisotropic fabric datas structure (Weft,Warp,Bias) |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnisotropicData GetBendingStiffness() |
Return the anisotropic bending stiffness | ChaosClothAsset/CollectionClothFabricFacade.h | |
float GetBucklingRatio() |
Return the buckling ratio | ChaosClothAsset/CollectionClothFabricFacade.h | |
FAnisotropicData GetBucklingStiffness() |
Return the anisotropic buckling stiffness | ChaosClothAsset/CollectionClothFabricFacade.h | |
float GetCollisionThickness() |
Return the collision thickness | ChaosClothAsset/CollectionClothFabricFacade.h | |
float GetDamping() |
Return the fabric damping | ChaosClothAsset/CollectionClothFabricFacade.h | |
float GetDensity() |
Return the fabric density | ChaosClothAsset/CollectionClothFabricFacade.h | |
int32 GetElementIndex() |
Get the global element index | ChaosClothAsset/CollectionClothFabricFacade.h | |
float GetFriction() |
Return the fabric friction | ChaosClothAsset/CollectionClothFabricFacade.h | |
int32 GetLayer() |
Return the fabric layer | ChaosClothAsset/CollectionClothFabricFacade.h | |
float GetPressure() |
Return the fabric pressure | ChaosClothAsset/CollectionClothFabricFacade.h | |
FAnisotropicData GetStretchStiffness() |
Return the anisotropic stretch stiffness | ChaosClothAsset/CollectionClothFabricFacade.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetBaseElementIndex() |
ChaosClothAsset/CollectionClothFabricFacade.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosClothAsset/CollectionClothFabricFacade.h | |||
| ChaosClothAsset/CollectionClothFabricFacade.h |