Navigation
API > API/Plugins > API/Plugins/DNACalibLib
PruneBlendShapeTargetsCommand is used to prune blend shape target deltas whose absolute magnitude is less than or equal to the specified threshold.
| Name | PruneBlendShapeTargetsCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/PruneBlendShapeTargetsCommand.h |
| Include Path | #include "dnacalib/commands/PruneBlendShapeTargetsCommand.h" |
Syntax
class PruneBlendShapeTargetsCommand : public dnac::Command
Inheritance Hierarchy
- Command → PruneBlendShapeTargetsCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PruneBlendShapeTargetsCommand
(
MemoryResource* memRes |
dnacalib/commands/PruneBlendShapeTargetsCommand.h | ||
| dnacalib/commands/PruneBlendShapeTargetsCommand.h | |||
| dnacalib/commands/PruneBlendShapeTargetsCommand.h | |||
PruneBlendShapeTargetsCommand
(
float threshold, |
dnacalib/commands/PruneBlendShapeTargetsCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~PruneBlendShapeTargetsCommand() |
dnacalib/commands/PruneBlendShapeTargetsCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/PruneBlendShapeTargetsCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setThreshold
(
float threshold |
Method for setting the threshold for pruning blend shape target deltas. | dnacalib/commands/PruneBlendShapeTargetsCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/PruneBlendShapeTargetsCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| dnacalib/commands/PruneBlendShapeTargetsCommand.h | |||
| dnacalib/commands/PruneBlendShapeTargetsCommand.h |