FMeshDescriptionHelper::SetupRenderMeshDescription

Build a render mesh description with the BuildSettings. This will update the RenderMeshDescription in place.

Unreal Engine C++ API Reference > Developer > MeshBuilder > FMeshDescriptionHelper

References

   
Module MeshBuilder
Header /Engine/Source/Developer/MeshBuilder/Public/MeshDescriptionHelper.h
Include #include "MeshDescriptionHelper.h"
Source /Engine/Source/Developer/MeshBuilder/Private/MeshDescriptionHelper.cpp
void SetupRenderMeshDescription
(
    [UObject](API\Runtime\CoreUObject\UObject\UObject) * Owner,
    [FMeshDescription](API\Runtime\MeshDescription\FMeshDescription) & RenderMeshDescription,
    bool bForNanite,
    bool bNeedTangents
)

Remarks

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