UPreviewMesh::EnableSecondaryTriangleBuffers

Enable secondary triangle buffers.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h

Include

#include "PreviewMesh.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/PreviewMesh.cpp

Syntax

void EnableSecondaryTriangleBuffers
(
    TUniqueFunction< bool *, int32)> TriangleFilterFunc
)

Remarks

Enable secondary triangle buffers. The Secondary material will be applied to any triangles that pass TriangleFilterFunc.

Parameters

Parameter

Description

TriangleFilterFunc

predicate used to identify secondary triangles

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