Navigation
API > API/Runtime > API/Runtime/DatasmithCore
A modular interface to provide factory classes to initialize cloth assets and components.
| Name | IDatasmithClothFactoryClassesProvider |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithCloth.h |
| Include Path | #include "DatasmithCloth.h" |
Syntax
class IDatasmithClothFactoryClassesProvider : public IModularFeature
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IDatasmithClothFactoryClassesProvider() |
DatasmithCloth.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDatasmithClothFactoryClassesProvider() |
DatasmithCloth.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FeatureName | const FName | DatasmithCloth.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSubclassOf< UDatasmithClothAssetFactory > GetClothAssetFactoryClass() |
DatasmithCloth.h | ||
TSubclassOf< UDatasmithClothComponentFactory > GetClothComponentFactoryClass() |
DatasmithCloth.h | ||
FName GetName() |
DatasmithCloth.h |