Hello,
I’m trying to find a way to convert an FbxMesh to UStaticMesh. I’ve been able to get hold of the FbxMesh:
FbxMesh *fbxMesh = node->GetMesh();
Anyone with an idea? Please help.
Thanks.
Hello,
I’m trying to find a way to convert an FbxMesh to UStaticMesh. I’ve been able to get hold of the FbxMesh:
FbxMesh *fbxMesh = node->GetMesh();
Anyone with an idea? Please help.
Thanks.