Navigation
API > API/Plugins > API/Plugins/DNACalibModule
| Name | FDNACalibRotateCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibModule/Public/Commands/DNACalibRotateCommand.h |
| Include Path | #include "Commands/DNACalibRotateCommand.h" |
Syntax
class FDNACalibRotateCommand : public IDNACalibCommand
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Commands/DNACalibRotateCommand.h | |||
FDNACalibRotateCommand
(
const FDNACalibRotateCommand& |
Commands/DNACalibRotateCommand.h | ||
| Commands/DNACalibRotateCommand.h | |||
FDNACalibRotateCommand
(
FVector Degrees, |
Commands/DNACalibRotateCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDNACalibRotateCommand() |
Commands/DNACalibRotateCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImplPtr | TUniquePtr< Impl > | Commands/DNACalibRotateCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetOrigin
(
FVector Origin |
Commands/DNACalibRotateCommand.h | ||
void SetRotation
(
FVector Degrees |
Commands/DNACalibRotateCommand.h |
Overridden from IDNACalibCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Run
(
FDNACalibDNAReader* Output |
Commands/DNACalibRotateCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDNACalibRotateCommand & operator=
(
const FDNACalibRotateCommand& |
Commands/DNACalibRotateCommand.h | ||
| Commands/DNACalibRotateCommand.h |