GeometryReader::getFaceVertexLayoutIndices

List of vertex layout indices the belong to a face on the specified mesh.

Windows
MacOS
Linux

Warnings

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

  • faceIndex must be less than the value returned by getFaceCount.

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/GeometryReader.h"

Syntax

ConstArrayView< std::uint32_t > getFaceVertexLayoutIndices
(
    std::uint16_t meshIndex,
    std::uint32_t faceIndex
) const

Remarks

MeshIndex must be less than the value returned by getMeshCount.

faceIndex must be less than the value returned by getFaceCount.

Returns

View over the list of vertex layout indices.

Parameters

Parameter

Description

meshIndex

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

faceIndex

A face's position in the zero-indexed array of faces that belong to the above referenced mesh.

See Also

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