Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
Abstract class to control clothing specific interaction. Must be cast to the end used clothing simulation object before use.
| Name | UClothingInteractor |
| Type | class |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInteractor.h |
| Include Path | #include "ClothingSimulationInteractor.h" |
Syntax
UCLASS (Abstract, BlueprintType, MinimalAPI)
class UClothingInteractor : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UClothingInteractor
Derived Classes
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Sync
(
IClothingSimulationInterface* Simulation |
ClothingSimulationInteractor.h | ||
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS void Sync
(
IClothingSimulation* Simulation |
ClothingSimulationInteractor.h |