Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/UClothingSimulationFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DestroySimulation
(
IClothingSimulationInterface* InSimulation |
Destroy a simulation object, guaranteed to be a pointer returned from CreateSimulation for this factory. | ClothingSimulationFactory.h | |
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS void DestroySimulation
(
IClothingSimulation* InSimulation |
ClothingSimulationFactory.h |
DestroySimulation(IClothingSimulationInterface *)
Description
Destroy a simulation object, guaranteed to be a pointer returned from CreateSimulation for this factory.
| Name | DestroySimulation |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationFactory.h |
| Include Path | #include "ClothingSimulationFactory.h" |
virtual void DestroySimulation
(
IClothingSimulationInterface * InSimulation
) const
DestroySimulation(IClothingSimulation *)
| Name | DestroySimulation |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationFactory.h |
| Include Path | #include "ClothingSimulationFactory.h" |
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS void DestroySimulation
(
IClothingSimulation * InSimulation
)