FStaticMeshBuilder::Build

Build function should be override and is the starting point for static mesh builders

Windows
MacOS
Linux

Override Hierarchy

FMeshBuilder::Build()

FStaticMeshBuilder::Build()

References

Module

MeshBuilder

Header

/Engine/Source/Developer/MeshBuilder/Public/StaticMeshBuilder.h

Include

#include "StaticMeshBuilder.h"

Source

/Engine/Source/Developer/MeshBuilder/Private/StaticMeshBuilder.cpp

Syntax

virtual bool Build
(
    FStaticMeshRenderData & OutRenderData,
    UStaticMesh * StaticMesh,
    const FStaticMeshLODGroup & LODGroup
)

Remarks

Build function should be override and is the starting point for static mesh builders

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