Navigation
API > API/Plugins > API/Plugins/DNACalibLib
RemoveBlendShapeCommand is used to remove blend shapes.
| Name | RemoveBlendShapeCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/RemoveBlendShapeCommand.h |
| Include Path | #include "dnacalib/commands/RemoveBlendShapeCommand.h" |
Syntax
class RemoveBlendShapeCommand : public dnac::Command
Inheritance Hierarchy
- Command → RemoveBlendShapeCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RemoveBlendShapeCommand
(
MemoryResource* memRes |
dnacalib/commands/RemoveBlendShapeCommand.h | ||
RemoveBlendShapeCommand
(
const RemoveBlendShapeCommand& |
dnacalib/commands/RemoveBlendShapeCommand.h | ||
| dnacalib/commands/RemoveBlendShapeCommand.h | |||
RemoveBlendShapeCommand
(
std::uint16_t blendShapeIndex, |
dnacalib/commands/RemoveBlendShapeCommand.h | ||
RemoveBlendShapeCommand
(
ConstArrayView< std::uint16_t > blendShapeIndices, |
dnacalib/commands/RemoveBlendShapeCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~RemoveBlendShapeCommand() |
dnacalib/commands/RemoveBlendShapeCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/RemoveBlendShapeCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setBlendShapeIndex
(
std::uint16_t blendShapeIndex |
Method for setting the index of the blend shape to remove. | dnacalib/commands/RemoveBlendShapeCommand.h | |
void setBlendShapeIndices
(
ConstArrayView< std::uint16_t > blendShapeIndices |
Method for setting the indices of blend shapes to remove. | dnacalib/commands/RemoveBlendShapeCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/RemoveBlendShapeCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RemoveBlendShapeCommand & operator=
(
const RemoveBlendShapeCommand& |
dnacalib/commands/RemoveBlendShapeCommand.h | ||
| dnacalib/commands/RemoveBlendShapeCommand.h |