GeometryReader::getVertexNormal

MeshIndex must be less than the value returned by getMeshCount.

Windows
MacOS
Linux

Warnings

  • meshIndex must be less than the value returned by getMeshCount.

  • normalIndex must be less than the value returned by getVertexNormalCount.

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/GeometryReader.h

Include

#include "dna/layers/GeometryReader.h"

Syntax

Normal getVertexNormal
(
    std::uint16_t meshIndex,
    std::uint32_t normalIndex
) const

Remarks

MeshIndex must be less than the value returned by getMeshCount.

normalIndex must be less than the value returned by getVertexNormalCount.

Returns

The vertex normal.

Parameters

Parameter

Description

meshIndex

A mesh's position in the zero-indexed array of meshes.

normalIndex

The index of the vertex normal in the zero-indexed array of vertex normals.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss