Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
Inheritance Hierarchy
- IModularFeature
- IClothingSimulationFactoryClassProvider
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). | ||
| UClass * | Called by the engine to get the default clothing simulation factory to use for skeletal mesh components (see USkeletalMeshComponent constructor). |
Constants
| Name | Description |
|---|---|
| FeatureName | The feature name to register against for providers. |