Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-_14
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshNormalsFunctions.h |
| Include | #include "GeometryScript/MeshNormalsFunctions.h" |
| Source | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Private/MeshNormalsFunctions.cpp |
static UDynamicMesh &42; SetMeshPerVertexNormals
&40;
UDynamicMesh &42; TargetMesh,
FGeometryScriptVectorList VertexNormalList,
UGeometryScriptDebug &42; Debug
&41;
Remarks
Set all normals in the TargetMesh Normals Overlay to the specified per-vertex normals
Parameters
| Name | Description |
|---|---|
| VertexNormalList | per-vertex normals. Size must be equal to the MaxVertexID of TargetMesh (ie non-compact TargetMesh is supported) |