FDynamicMeshBuilder::AddTriangle

Adds a triangle to the mesh.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DynamicMeshBuilder.h

Include

#include "DynamicMeshBuilder.h"

Source

/Engine/Source/Runtime/Engine/Private/DynamicMeshBuilder.cpp

Syntax

void AddTriangle
(
    int32 V0,
    int32 V1,
    int32 V2
)

Remarks

Adds a triangle to the mesh.

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