Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticLightingMesh
- FStaticLightingMesh::GetTriangleIndices()
- FStaticMeshStaticLightingMesh::GetTriangleIndices()
- FBSPSurfaceStaticLighting::GetTriangleIndices()
- FLandscapeStaticLightingMesh::GetTriangleIndices()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/StaticLighting.h |
| Include | #include "StaticLighting.h" |
void GetTriangleIndices
&40;
int32 TriangleIndex,
int32 & OutI0,
int32 & OutI1,
int32 & OutI2
&41; const
Remarks
Accesses a triangle's vertex indices.
Parameters
| Name | Description |
|---|---|
| TriangleIndex | The triangle to access. |
| OutI0 | Upon return, should contain the first vertex index of the triangle. |
| OutI1 | Upon return, should contain the second vertex index of the triangle. |
| OutI2 | Upon return, should contain the third vertex index of the triangle. |