DefinitionWriter::setMeshBlendShapeChannelMapping

Associate a blend shape channel with it's mesh.

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/DefinitionWriter.h"

Syntax

void setMeshBlendShapeChannelMapping
(
    std::uint32_t index,
    std::uint16_t meshIndex,
    std::uint16_t blendShapeChannelIndex
)

Remarks

Associate a blend shape channel with it's mesh.

Parameters

Parameter

Description

index

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

meshIndex

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

blendShapeChannelIndex

A blend shape channel's position in the zero-indexed array of blend shape channel names.

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