Navigation
API > API/Plugins > API/Plugins/DNACalibLib
This command clears blend shape target deltas and blend shape animation data. By doing so, it transforms the DNA to be "joints only".
| Name | ClearBlendShapesCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/ClearBlendShapesCommand.h |
| Include Path | #include "dnacalib/commands/ClearBlendShapesCommand.h" |
Syntax
class ClearBlendShapesCommand : public dnac::Command
Inheritance Hierarchy
- Command → ClearBlendShapesCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ClearBlendShapesCommand
(
MemoryResource* memRes |
dnacalib/commands/ClearBlendShapesCommand.h | ||
ClearBlendShapesCommand
(
const ClearBlendShapesCommand& |
dnacalib/commands/ClearBlendShapesCommand.h | ||
| dnacalib/commands/ClearBlendShapesCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~ClearBlendShapesCommand() |
dnacalib/commands/ClearBlendShapesCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/ClearBlendShapesCommand.h |
Functions
Public
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/ClearBlendShapesCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ClearBlendShapesCommand & operator=
(
const ClearBlendShapesCommand& |
dnacalib/commands/ClearBlendShapesCommand.h | ||
| dnacalib/commands/ClearBlendShapesCommand.h |