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 |
bool FillSkeletalMeshImportPoints
&40;
FSkeletalMeshImportData &42; OutData,
FbxNode &42; RootNode,
FbxNode &42; Node,
FbxShape &42; FbxShape
&41;
Remarks
Fill the Points in FSkeletalMeshIMportData from a Fbx Node and a FbxShape if it exists. bool true if import successfully.
Parameters
| Name | Description |
|---|---|
| OutData | FSkeletalMeshImportData output data |
| RootNode | The root node of the Fbx |
| Node | The node to get the points from |
| FbxShape | Fbx Morph object, if not NULL, we are importing a morph object. |