Navigation
API > API/Plugins > API/Plugins/DNACalibLib > API/Plugins/DNACalibLib/RemoveBlendShapeCommand
Description
Call to either setter overwrites previous setter calls. When running the command, the last set blend shape(s) will be removed.
| Name | setBlendShapeIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/RemoveBlendShapeCommand.h |
| Include Path | #include "dnacalib/commands/RemoveBlendShapeCommand.h" |
| Source | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/RemoveBlendShapeCommand.cpp |
void setBlendShapeIndices
(
ConstArrayView< std::uint16_t > blendShapeIndices
)
Parameters
| Name | Remarks |
|---|---|
| blendShapeIndices | The blend shape indices. |