DefinitionReader::getMeshBlendShapeChannelMapping

The index must be less than the value returned by getMeshBlendShapeChannelMappingCount.

Windows
MacOS
Linux

Warnings

  • The index must be less than the value returned by getMeshBlendShapeChannelMappingCount.

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/DefinitionReader.h"

Syntax

MeshBlendShapeChannelMapping getMeshBlendShapeChannelMapping
(
    std::uint16_t index
) const

Remarks

The index must be less than the value returned by getMeshBlendShapeChannelMappingCount.

Returns

A structure holding the mesh index and the associated blend shape channel index.

Parameters

Parameter

Description

index

A mapping's position in the zero-indexed array of mesh-blend shape channel mappings.

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