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/FbxMainImport.cpp |
void TraverseHierarchyNodeRecursively
&40;
FbxSceneInfo & SceneInfo,
FbxNode &42; ParentNode,
FbxNodeInfo & ParentInfo
&41;
Remarks
Fill the FbxNodeInfo structure recursively to reflect the FbxNode hierarchy. The result will be an array sorted with the parent first
Parameters
| Name | Description |
|---|---|
| SceneInfo | The scene info to modify |
| Parent | The parent FbxNode |
| ParentInfo | The parent FbxNodeInfo |