Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeMesh
Description
Sets the 3d normal
| Name | SetNormal |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeMesh.h |
| Include Path | #include "DatasmithFacadeMesh.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeMesh.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 |