Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/FDatasmithMesh
Description
Sets the 3d normal
| Name | SetNormal |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMesh.h |
| Include Path | #include "DatasmithMesh.h" |
| Source | /Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithMesh.cpp |
void SetNormal
(
int32 Index,
float X,
float Y,
float Z
)
Parameters
| Name | Remarks |
|---|---|
| Index | value to choose the normal that will be affected @x direction on the x axis @y direction on the y axis @z direction on the z axis |