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 GatherPointsForMorphTarget
&40;
FSkeletalMeshImportData &42; OutData,
TArray< FbxNode &42; > & NodeArray,
TArray< FbxShape &42; > &42; FbxShapeArray,
TSet< uint32 > & ModifiedPoints
&41;
Remarks
Fill the Points in FSkeletalMeshIMportData from Fbx Nodes and FbxShape Array if it exists. bool true if import successfully.
Parameters
| Name | Description |
|---|---|
| OutData | FSkeletalMeshImportData output data |
| NodeArray | Fbx node array to look at |
| FbxShapeArray | Fbx Morph object, if not NULL, we are importing a morph object. |
| ModifiedPoints | Set of points indices for which we've modified the value in OutData |