DefinitionWriter::setBlendShapeChannelName

Name of the specified blend shape channel.

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 setBlendShapeChannelName
(
    std::uint16_t index,
    const char * name
)

Remarks

Name of the specified blend shape channel.

Parameters

Parameter

Description

index

A name's position in the zero-indexed array of blend shape channel names. @note The blend shape channel name storage will be implicitly resized (if needed) to provide storage for the number of names that is inferred from the specified index.

name

A null-terminated string. @note The passed in name is copied, which will involve an additional allocation.

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