Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/UClothingSimulationInteractor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClothingInteractor * CreateClothingInteractor () |
Create a clothing interactor. | ClothingSimulationInteractor.h | |
virtual void CreateClothingInteractor
(
const UClothingAssetBase* ClothingAsset, |
Create a cloth specific interactor. | ClothingSimulationInteractor.h |
CreateClothingInteractor()
Description
Create a clothing interactor. This method is called by the public CreateClothingInteractor() default implementation.
| Name | CreateClothingInteractor |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInteractor.h |
| Include Path | #include "ClothingSimulationInteractor.h" |
virtual UClothingInteractor * CreateClothingInteractor()
CreateClothingInteractor(const UClothingAssetBase *, int32)
Description
Create a cloth specific interactor. Override either this method or the simpler CreateClothingInteractor method.
| Name | CreateClothingInteractor |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInteractor.h |
| Include Path | #include "ClothingSimulationInteractor.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Private/ClothingSimulationInteractor.cpp |
virtual void CreateClothingInteractor
(
const UClothingAssetBase * ClothingAsset,
int32 ClothingId
)