Navigation
API > API/Plugins > API/Plugins/DNACalibLib
RenameJointCommand is used to rename a joint.
| Name | RenameJointCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/RenameJointCommand.h |
| Include Path | #include "dnacalib/commands/RenameJointCommand.h" |
Syntax
class RenameJointCommand : public dnac::Command
Inheritance Hierarchy
- Command → RenameJointCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RenameJointCommand
(
MemoryResource* memRes |
dnacalib/commands/RenameJointCommand.h | ||
RenameJointCommand
(
const RenameJointCommand& |
dnacalib/commands/RenameJointCommand.h | ||
| dnacalib/commands/RenameJointCommand.h | |||
RenameJointCommand
(
std::uint16_t jointIndex, |
dnacalib/commands/RenameJointCommand.h | ||
RenameJointCommand
(
const char* oldName, |
dnacalib/commands/RenameJointCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~RenameJointCommand() |
dnacalib/commands/RenameJointCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/RenameJointCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setName
(
std::uint16_t jointIndex, |
Method for setting a new name for joint with given index. | dnacalib/commands/RenameJointCommand.h | |
void setName
(
const char* oldName, |
Method for setting a new name for joint with given name. | dnacalib/commands/RenameJointCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/RenameJointCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RenameJointCommand & operator=
(
const RenameJointCommand& |
dnacalib/commands/RenameJointCommand.h | ||
| dnacalib/commands/RenameJointCommand.h |