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