Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFbxImporter
Description
Return UMaterial* Check if the meshes in FBX scene contain smoothing group info. It's enough to only check one of mesh in the scene because "Export smoothing group" option affects all meshes when export from DCC. To ensure only check one time, use flag bFirstMesh to record if this is the first mesh to check.
| Name | CheckSmoothingInfo |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FbxImporter.h |
| Include Path | #include "FbxImporter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainImport.cpp |
void CheckSmoothingInfo
(
FbxMesh * FbxMesh
)
Parameters
| Name | Remarks |
|---|---|
| FbxMesh | Fbx mesh to import |