FFbxImporter::FillFbxMeshAndLODGroupArray

Get all Fbx mesh objects not under a LOD group and all LOD group node

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/FbxImporter.h

Include

#include "FbxImporter.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxMainImport.cpp

Syntax

void FillFbxMeshAndLODGroupArray
(
    FbxNode * Node,
    TArray< FbxNode * > & outLODGroupArray,
    TArray< FbxNode * > & outMeshArray
)

Remarks

Get all Fbx mesh objects not under a LOD group and all LOD group node

Parameters

Parameter

Description

Node

Root node to find meshes

outLODGroupArray

return Fbx LOD group

outMeshArray

return Fbx meshes with no LOD group

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss