Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxImporter
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxSkeletalMeshImport.cpp |
USkeletalMesh &42; ReimportSkeletalMesh
&40;
USkeletalMesh &42; Mesh,
UFbxSkeletalMeshImportData &42; TemplateImportData,
uint64 SkeletalMeshFbxUID,
TArray< FbxNode &42; > &42; OutSkeletalMeshArray
&41;
Remarks
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. UObject* the new Unreal mesh object
Parameters
| Name | Description |
|---|---|
| Mesh | the original Unreal skeletal mesh object |