Navigation
Unreal Engine C++ API Reference > Editor > ClothingSystemEditorInterface > UClothingAssetFactoryBase
- UClothingAssetFactoryBase::Reimport()
- UClothingAssetFactory::Reimport()
References
Module | ClothingSystemEditorInterface |
Header | /Engine/Source/Editor/ClothingSystemEditorInterface/Public/ClothingAssetFactoryInterface.h |
Include | #include "ClothingAssetFactoryInterface.h" |
virtual UClothingAssetBase &42; Reimport
&40;
const FString & Filename,
USkeletalMesh &42; TargetMesh,
UClothingAssetBase &42; OriginalAsset
&41;
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 |