Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
Inheritance Hierarchy
- IModularFeature
- IClothingSimulationFactoryClassProvider
- FClothingSystemRuntimeModuleNv
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationFactory.h |
| Include | #include "ClothingSimulationFactory.h" |
Syntax
class IClothingSimulationFactoryClassProvider : public IModularFeature
Remarks
An interface for a class that will provide default simulation factory classes Used by modules wanting to override clothing simulation to provide their own implementation
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< class UClothingSimulationFactory > | Called by the engine to get the clothing simulation factory associated with this provider for skeletal mesh components (see USkeletalMeshComponent constructor). |
Constants
| Name | Description |
|---|---|
| FeatureName | The feature name to register against for providers. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| UClass * | GetDefaultSimulationFactoryClass() has been deprecated. Use IClothingSimulationFactoryClassProvider::GetSimulationFactoryClass() or UClothingSimulationFactory::GetDefaultClothingSimulationFactoryClass() instead. |