FMeshDescriptionHelper

Unreal Engine C++ API Reference > Developer > MeshBuilder

References

   
Module MeshBuilder
Header /Engine/Source/Developer/MeshBuilder/Public/MeshDescriptionHelper.h
Include #include "MeshDescriptionHelper.h"

Syntax

class FMeshDescriptionHelper  

Constructors

Type Name Description
  FMeshDescriptionHelper ( FMeshBuildSettings* InBuildSet... )  

Functions

Type Name Description
void FindOverlappingCorners ( const FMeshDescription& MeshDescri..., float ComparisonThreshold )  
const FOverl... GetOverlappingCorners ()  
void ReduceLOD ( const FMeshDescription& BaseMesh, FMeshDescription& DestMesh, const FMeshReductionSettings& Redu..., const FOverlappingCorners& InOverl..., float& OutMaxDeviation )  
void SetupRenderMeshDescription ( UObject* Owner, FMeshDescription& RenderMeshDescri..., bool bForNanite, bool bNeedTangents ) Build a render mesh description with the BuildSettings. This will update the RenderMeshDescription in place.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library