Navigation
API > API/Plugins > API/Plugins/DNACalibLib
Only translation attributes of neutral joints and joint deltas are scaled.
| Name | ScaleCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/ScaleCommand.h |
| Include Path | #include "dnacalib/commands/ScaleCommand.h" |
Syntax
class ScaleCommand : public dnac::Command
Inheritance Hierarchy
- Command → ScaleCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ScaleCommand
(
MemoryResource* memRes |
dnacalib/commands/ScaleCommand.h | ||
ScaleCommand
(
const ScaleCommand& |
dnacalib/commands/ScaleCommand.h | ||
ScaleCommand
(
ScaleCommand&& |
dnacalib/commands/ScaleCommand.h | ||
ScaleCommand
(
float scale, |
dnacalib/commands/ScaleCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~ScaleCommand() |
dnacalib/commands/ScaleCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/ScaleCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Method for setting the origin. | dnacalib/commands/ScaleCommand.h | ||
void setScale
(
float scale |
Method for setting the scale factor to multiply with. | dnacalib/commands/ScaleCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/ScaleCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ScaleCommand & operator=
(
const ScaleCommand& |
dnacalib/commands/ScaleCommand.h | ||
ScaleCommand & operator=
(
ScaleCommand&& |
dnacalib/commands/ScaleCommand.h |