Navigation
API > API/Plugins > API/Plugins/DNACalibLib
RenameBlendShapeCommand is used to rename a blend shape channel.
| Name | RenameBlendShapeCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/RenameBlendShapeCommand.h |
| Include Path | #include "dnacalib/commands/RenameBlendShapeCommand.h" |
Syntax
class RenameBlendShapeCommand : public dnac::Command
Inheritance Hierarchy
- Command → RenameBlendShapeCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RenameBlendShapeCommand
(
MemoryResource* memRes |
dnacalib/commands/RenameBlendShapeCommand.h | ||
RenameBlendShapeCommand
(
const RenameBlendShapeCommand& |
dnacalib/commands/RenameBlendShapeCommand.h | ||
| dnacalib/commands/RenameBlendShapeCommand.h | |||
RenameBlendShapeCommand
(
std::uint16_t blendShapeIndex, |
dnacalib/commands/RenameBlendShapeCommand.h | ||
RenameBlendShapeCommand
(
const char* oldName, |
dnacalib/commands/RenameBlendShapeCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~RenameBlendShapeCommand() |
dnacalib/commands/RenameBlendShapeCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/RenameBlendShapeCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setName
(
std::uint16_t blendShapeIndex, |
Method for setting a new name for blend shape channel with given index. | dnacalib/commands/RenameBlendShapeCommand.h | |
void setName
(
const char* oldName, |
Method for setting a new name for blend shape channel with given name. | dnacalib/commands/RenameBlendShapeCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/RenameBlendShapeCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RenameBlendShapeCommand & operator=
(
const RenameBlendShapeCommand& |
dnacalib/commands/RenameBlendShapeCommand.h | ||
| dnacalib/commands/RenameBlendShapeCommand.h |