GeometryReader::getSkinWeightsJointIndices

List of joint indices associated with each skin weight for the specified vertex.

Windows
MacOS
Linux

Warnings

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

  • vertexIndex must be less than the value returned by getVertexPositionCount. @note The joint indices are stored in the same order as the weights they are associated with.

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/GeometryReader.h"

Syntax

ConstArrayView< std::uint16_t > getSkinWeightsJointIndices
(
    std::uint16_t meshIndex,
    std::uint32_t vertexIndex
) const

Remarks

MeshIndex must be less than the value returned by getMeshCount.

vertexIndex must be less than the value returned by getVertexPositionCount. @note The joint indices are stored in the same order as the weights they are associated with.

Returns

View over the list of joint indices.

Parameters

Parameter

Description

meshIndex

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

vertexIndex

A position in the zero-indexed array of vertices.

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