Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/FClothingSimulationInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ClothingSimulationInstance.h | |||
| ClothingSimulationInstance.h | |||
| ClothingSimulationInstance.h | |||
FClothingSimulationInstance
(
USkeletalMeshComponent* SkeletalMeshComponent, |
Construct a new clothing simulation instance for the specified asset group and component. | ClothingSimulationInstance.h |
FClothingSimulationInstance()
| Name | FClothingSimulationInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInstance.h |
| Include Path | #include "ClothingSimulationInstance.h" |
FClothingSimulationInstance()
FClothingSimulationInstance(const FClothingSimulationInstance &)
| Name | FClothingSimulationInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInstance.h |
| Include Path | #include "ClothingSimulationInstance.h" |
FClothingSimulationInstance
(
const FClothingSimulationInstance &
)
FClothingSimulationInstance(FClothingSimulationInstance &&)
| Name | FClothingSimulationInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInstance.h |
| Include Path | #include "ClothingSimulationInstance.h" |
FClothingSimulationInstance
(
FClothingSimulationInstance &&
)
FClothingSimulationInstance(USkeletalMeshComponent *, const FFactoryAssetGroup &)
Description
Construct a new clothing simulation instance for the specified asset group and component.
| Name | FClothingSimulationInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInstance.h |
| Include Path | #include "ClothingSimulationInstance.h" |
FClothingSimulationInstance
(
USkeletalMeshComponent * SkeletalMeshComponent,
const FFactoryAssetGroup & FactoryAssetGroup
)