FDatasmithMesh::GetLOD

Gets the [FDatasmithMesh](API\Runtime\DatasmithCore\FDatasmithMesh) LOD at the given index, if the index is invalid returns nullptr

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMesh.h

Include

#include "DatasmithMesh.h"

Source

/Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithMesh.cpp

Syntax

const FDatasmithMesh * GetLOD
(
    int32 Index
) const

Remarks

Gets the FDatasmithMesh LOD at the given index, if the index is invalid returns nullptr

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