Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/UClothingSimulationInteractor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UClothingInteractor * GetClothingInteractor
(
const FName ClothingAssetName |
Return a cloth interactor for this simulation. | ClothingSimulationInteractor.h |
|
UClothingInteractor * GetClothingInteractor
(
const FString& ClothingAssetName |
ClothingSimulationInteractor.h |
GetClothingInteractor(const FName)
Description
Return a cloth interactor for this simulation.
| Name | GetClothingInteractor |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInteractor.h |
| Include Path | #include "ClothingSimulationInteractor.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Private/ClothingSimulationInteractor.cpp |
UFUNCTION (BlueprintCallable, Category=ClothingSimulation)
UClothingInteractor * GetClothingInteractor
(
const FName ClothingAssetName
) const
GetClothingInteractor(const FString &)
| Name | GetClothingInteractor |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInteractor.h |
| Include Path | #include "ClothingSimulationInteractor.h" |
UClothingInteractor * GetClothingInteractor
(
const FString & ClothingAssetName
) const