Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxImporter
Description
Re-import Unreal skeletal mesh from updated Fbx file If the Fbx mesh is in LODGroup, the LOD of mesh will be updated. If the FBX mesh contains morph, the morph is updated. Materials, textures and animation attached in the FBX mesh will not be updated.
| Name | ReimportSkeletalMesh |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include Path | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImport.cpp |
USkeletalMesh * ReimportSkeletalMesh
(
USkeletalMesh * Mesh,
UFbxSkeletalMeshImportData * TemplateImportData,
uint64 SkeletalMeshFbxUID,
TArray < FbxNode * > * OutSkeletalMeshArray
)
UObject* the new Unreal mesh object
Parameters
| Name | Remarks |
|---|---|
| Mesh | the original Unreal skeletal mesh object |