UStaticMesh::BuildFromMeshDescriptions

Builds static mesh render buffers from a list of MeshDescriptions, one per LOD.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h

Include

#include "Engine/StaticMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/StaticMesh.cpp

Syntax

bool BuildFromMeshDescriptions
(
    const TArray< const FMeshDescription * > & MeshDescriptions,
    bool bBuildSimpleCollision
)

Remarks

Builds static mesh render buffers from a list of MeshDescriptions, one per LOD.

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