Navigation
API > API/Plugins > API/Plugins/DNACalibLib
SetNeutralJointTranslationsCommand is used to set new translation values to neutral joints.
| Name | SetNeutralJointTranslationsCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/SetNeutralJointTranslationsCommand.h |
| Include Path | #include "dnacalib/commands/SetNeutralJointTranslationsCommand.h" |
Syntax
class SetNeutralJointTranslationsCommand : public dnac::Command
Inheritance Hierarchy
- Command → SetNeutralJointTranslationsCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SetNeutralJointTranslationsCommand
(
MemoryResource* memRes |
dnacalib/commands/SetNeutralJointTranslationsCommand.h | ||
| dnacalib/commands/SetNeutralJointTranslationsCommand.h | |||
| dnacalib/commands/SetNeutralJointTranslationsCommand.h | |||
SetNeutralJointTranslationsCommand
(
ConstArrayView< Vector3 > translations, |
dnacalib/commands/SetNeutralJointTranslationsCommand.h | ||
SetNeutralJointTranslationsCommand
(
ConstArrayView< float > xs, |
dnacalib/commands/SetNeutralJointTranslationsCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SetNeutralJointTranslationsCommand() |
dnacalib/commands/SetNeutralJointTranslationsCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/SetNeutralJointTranslationsCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setTranslations
(
ConstArrayView< Vector3 > translations |
Method for setting the neutral joint translations. | dnacalib/commands/SetNeutralJointTranslationsCommand.h | |
void setTranslations
(
ConstArrayView< float > xs, |
Method for setting the neutral joint translations. | dnacalib/commands/SetNeutralJointTranslationsCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/SetNeutralJointTranslationsCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| dnacalib/commands/SetNeutralJointTranslationsCommand.h | |||
| dnacalib/commands/SetNeutralJointTranslationsCommand.h |