Navigation
Unreal Engine C++ API Reference > Editor > ClothingSystemEditorInterface > UClothingAssetFactoryBase
- UClothingAssetFactoryBase::Reimport()
References
Module | ClothingSystemEditorInterface |
Header | /Engine/Source/Editor/ClothingSystemEditorInterface/Public/ClothingAssetFactoryInterface.h |
Include | #include "ClothingAssetFactoryInterface.h" |
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 |