FGenerateMeshLODGraph::BuildGraph

Initialize the LOD generation graph.

Choose your operating system:

Windows

macOS

Linux

References

Module

MeshLODToolset

Header

/Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Public/Graphs/GenerateMeshLODGraph.h

Include

#include "Graphs/GenerateMeshLODGraph.h"

Source

/Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Private/Graphs/GenerateMeshLODGraph.cpp

Syntax

void BuildGraph
(
    const FDynamicMesh3 * SourceMeshHint
)

Remarks

Initialize the LOD generation graph.

Parameters

Parameter

Description

SourceMesh

if the SourceMesh is known, some optimizations can be made in the graph, but this is optional