Navigation
API > API/Plugins > API/Plugins/DNACalibModule
| Name | FDNACalibRemoveJointCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibModule/Public/Commands/DNACalibRemoveJointCommand.h |
| Include Path | #include "Commands/DNACalibRemoveJointCommand.h" |
Syntax
class FDNACalibRemoveJointCommand : public IDNACalibCommand
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Commands/DNACalibRemoveJointCommand.h | |||
FDNACalibRemoveJointCommand
(
uint16 JointIndex |
Commands/DNACalibRemoveJointCommand.h | ||
FDNACalibRemoveJointCommand
(
TArrayView< uint16 > JointIndices |
Commands/DNACalibRemoveJointCommand.h | ||
| Commands/DNACalibRemoveJointCommand.h | |||
| Commands/DNACalibRemoveJointCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDNACalibRemoveJointCommand() |
Commands/DNACalibRemoveJointCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImplPtr | TUniquePtr< Impl > | Commands/DNACalibRemoveJointCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetJointIndex
(
uint16 JointIndex |
Commands/DNACalibRemoveJointCommand.h | ||
void SetJointIndices
(
TArrayView< uint16 > JointIndices |
Commands/DNACalibRemoveJointCommand.h |
Overridden from IDNACalibCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Run
(
FDNACalibDNAReader* Output |
Commands/DNACalibRemoveJointCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Commands/DNACalibRemoveJointCommand.h | |||
| Commands/DNACalibRemoveJointCommand.h |