Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxImporter
Description
Finish the import of the staticmesh after all LOD have been process (cannot be call before all LOD are imported). There is two main operation done by this function
Build the staticmesh render data
Reorder the material array to follow the fbx file material order
| Name | PostImportStaticMesh |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include Path | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxStaticMeshImport.cpp |
void PostImportStaticMesh
(
UStaticMesh * StaticMesh,
TArray < FbxNode * > & MeshNodeArray,
int32 LODIndex
)