Navigation
Unreal Engine C++ API Reference > Runtime > DatasmithCore > FDatasmithMesh
References
Module | DatasmithCore |
Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMesh.h |
Include | #include "DatasmithMesh.h" |
Source | /Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithMesh.cpp |
void SetFace
&40;
int32 Index,
int32 Vertex1,
int32 Vertex2,
int32 Vertex3,
int32 MaterialId
&41;
Remarks
Sets the geometry of the face
Parameters
Name | Description |
---|---|
Index | value to choose the face that will be affected |
Vertex1 | Index of the first geometric vertex that defines this face |
Vertex2 | Index of the second geometric vertex that defines this face |
Vertex3 | Index of the third geometric vertex that defines this face |