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 |
FbxNode * RecursiveFindParentLodGroup
(
FbxNode * ParentNode
)
Remarks
Find the first parent node containing a eLODGroup attribute.
Parameters
| Name | Description |
|---|---|
| ParentNode | The node where to start the search. |