FFbxImporter::FindAllLODGroupNode

Find the all the node containing a mesh attribute for the specified LOD index.

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 FindAllLODGroupNode
(
    TArray< FbxNode * > & OutNodeInLod,
    FbxNode * NodeLodGroup,
    int32 LodIndex
)

Remarks

Find the all the node containing a mesh attribute for the specified LOD index.

Parameters

Parameter

Description

OutNodeInLod

All the mesh node under the lod group

NodeLodGroup

The LOD group fbx node

LodIndex

The index of the LOD we search the mesh node

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