Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UClothingInteractor
- UChaosClothingInteractor
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationInteractor.h |
| Include | #include "ClothingSimulationInteractor.h" |
Syntax
class UClothingInteractor : public UObject
Remarks
Abstract class to control clothing specific interaction. Must be cast to the end used clothing simulation object before use.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ClothingId |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Sync
(
IClothingSimulation* Simulation |