Navigation
API > API/Plugins > API/Plugins/DNACalibLib
Joint translations are represented in parent space, so it is enough to translate only root joints, as that translation will be propagated to the rest of the joints.
| Name | TranslateCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/TranslateCommand.h |
| Include Path | #include "dnacalib/commands/TranslateCommand.h" |
Syntax
class TranslateCommand : public dnac::Command
Inheritance Hierarchy
- Command → TranslateCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TranslateCommand
(
MemoryResource* memRes |
dnacalib/commands/TranslateCommand.h | ||
TranslateCommand
(
const TranslateCommand& |
dnacalib/commands/TranslateCommand.h | ||
| dnacalib/commands/TranslateCommand.h | |||
TranslateCommand
(
Vector3 translation, |
dnacalib/commands/TranslateCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TranslateCommand() |
dnacalib/commands/TranslateCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/TranslateCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setTranslation
(
Vector3 translation |
Method for setting the translation vector. | dnacalib/commands/TranslateCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/TranslateCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TranslateCommand & operator=
(
const TranslateCommand& |
dnacalib/commands/TranslateCommand.h | ||
| dnacalib/commands/TranslateCommand.h |