FStaticMeshStaticLightingMesh::GetTriangle

Accesses a triangle.

Windows
MacOS
Linux

Override Hierarchy

FStaticLightingMesh::GetTriangle()

FStaticMeshStaticLightingMesh::GetTriangle()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/StaticMeshLight.h

Include

#include "StaticMeshLight.h"

Source

/Engine/Source/Runtime/Engine/Private/StaticMeshLight.cpp

Syntax

virtual void GetTriangle
(
    int32 TriangleIndex,
    FStaticLightingVertex & OutV0,
    FStaticLightingVertex & OutV1,
    FStaticLightingVertex & OutV2
) const

Remarks

Accesses a triangle.

Parameters

Parameter

Description

TriangleIndex

The triangle to access.

OutV0

Upon return, should contain the first vertex of the triangle.

OutV1

Upon return, should contain the second vertex of the triangle.

OutV2

Upon return, should contain the third vertex of the triangle.

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