Navigation
API > API/Plugins > API/Plugins/DNACalibLib > API/Plugins/DNACalibLib/RemoveJointCommand
Description
Call to either setter overwrites previous setter calls. When running the command, the last set joint(s) will be removed.
| Name | setJointIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/RemoveJointCommand.h |
| Include Path | #include "dnacalib/commands/RemoveJointCommand.h" |
| Source | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/RemoveJointCommand.cpp |
void setJointIndex
(
std::uint16_t jointIndex
)
Parameters
| Name | Remarks |
|---|---|
| jointIndex | The index of the joint. |