Navigation
Unreal Engine C++ API Reference > Editor > ClothingSystemEditor > UClothingAssetFactory
References
Module | ClothingSystemEditor |
Header | /Engine/Source/Editor/ClothingSystemEditor/Public/ClothingAssetFactory.h |
Include | #include "ClothingAssetFactory.h" |
Source | /Engine/Source/Editor/ClothingSystemEditor/Private/ClothingAssetFactory.cpp |
virtual [UClothingAssetBase](API\Runtime\ClothingSystemRuntimeInterface\UClothingAssetBase) * Reimport ( const [FString](API\Runtime\Core\Containers\FString) & Filename, [USkeletalMesh](API\Runtime\Engine\Engine\USkeletalMesh) * TargetMesh, [UClothingAssetBase](API\Runtime\ClothingSystemRuntimeInterface\UClothingAssetBase) * OriginalAsset )
Remarks
Reimport an asset from the specified file
Parameters
Name | Description |
---|---|
Filename | file to import |
TargetMesh | the mesh to import the clothing asset to |
OriginalAsset | the original clothing asset to replace |