Navigation
API > API/Editor > API/Editor/ClothingSystemEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UClothingAssetFactoryBase
- UClothingAssetFactory
References
| Module | ClothingSystemEditor |
| Header | /Engine/Source/Editor/ClothingSystemEditor/Public/ClothingAssetFactory.h |
| Include | #include "ClothingAssetFactory.h" |
Syntax
class UClothingAssetFactory : public UClothingAssetFactoryBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
UClothingAssetFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UClothingAssetFactoryBase
| Type | Name | Description | |
|---|---|---|---|
| bool | Tests whether the given filename should be able to be imported. | ||
| UClothingAssetBase * | CreateFromApexAsset
(
nvidia::apex::ClothingAsset* InApexAsset, |
Given an APEX asset, build a UClothingAssetCommon containing the required data. | |
| UClothingAssetBase * | CreateFromExistingCloth
(
USkeletalMesh* TargetMesh, |
Given a target mesh and a source clothing asset bound to source mesh, clone the clothing asset for use on the target mesh | |
| UClothingAssetBase * | CreateFromSkeletalMesh
(
USkeletalMesh* TargetMesh, |
Given a target mesh and parameters describing the build operation, create a clothing asset for use on the mesh | |
| UClothingAssetBase * | Import
(
const FString& Filename, |
Import the given file, treating it as an APEX asset file and return the resulting asset. | |
| UClothingAssetBase * | ImportLodToClothing
(
USkeletalMesh* TargetMesh, |
Given a target mesh and valid parameters, import a simulation mesh as a LOD for the clothing specified by the build parameters, returning the modified clothing object | |
| UClothingAssetBase * | Reimport
(
const FString& Filename, |
Reimport an asset from the specified file |