TTriangleMeshAdapter

Most generic / lazy example of a triangle mesh adapter; possibly useful for prototyping / building on top of (but slower than making a more specific-case adapter)

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/MeshAdapter.h

Include

#include "MeshAdapter.h"

Syntax

template<typename RealType>
struct TTriangleMeshAdapter

Remarks

Most generic / lazy example of a triangle mesh adapter; possibly useful for prototyping / building on top of (but slower than making a more specific-case adapter)

Variables

Functions

Name Description

Public function Const

void

 

GetTriVertices

(
    int TID,
    FVector3< RealType >& V0,
    FVector3< RealType >& V1,
    FVector3< RealType >& V2
)

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