DefinitionReader::getBlendShapeChannelName

Name of the requested blend shape channel.

Windows
MacOS
Linux

Warnings

  • The index must be less than the value returned by BlendShapeChannelExtentReader::getBlendShapeChannelCount.

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/DefinitionReader.h"

Syntax

StringView getBlendShapeChannelName
(
    std::uint16_t index
) const

Remarks

The index must be less than the value returned by BlendShapeChannelExtentReader::getBlendShapeChannelCount.

Returns

View over the blend shape channel name string.

Parameters

Parameter

Description

index

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

See Also

BlendShapes

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