Navigation
API > API/Plugins > API/Plugins/DNACalibLib
SetVertexPositionsCommand is used to change vertex positions values.
| Name | SetVertexPositionsCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/SetVertexPositionsCommand.h |
| Include Path | #include "dnacalib/commands/SetVertexPositionsCommand.h" |
Syntax
class SetVertexPositionsCommand : public dnac::Command
Inheritance Hierarchy
- Command → SetVertexPositionsCommand
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SetVertexPositionsCommand
(
MemoryResource* memRes |
dnacalib/commands/SetVertexPositionsCommand.h | ||
| dnacalib/commands/SetVertexPositionsCommand.h | |||
| dnacalib/commands/SetVertexPositionsCommand.h | |||
SetVertexPositionsCommand
(
std::uint16_t meshIndex, |
dnacalib/commands/SetVertexPositionsCommand.h | ||
SetVertexPositionsCommand
(
std::uint16_t meshIndex, |
dnacalib/commands/SetVertexPositionsCommand.h | ||
SetVertexPositionsCommand
(
std::uint16_t meshIndex, |
dnacalib/commands/SetVertexPositionsCommand.h | ||
SetVertexPositionsCommand
(
std::uint16_t meshIndex, |
dnacalib/commands/SetVertexPositionsCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SetVertexPositionsCommand() |
dnacalib/commands/SetVertexPositionsCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PositionsMasksCountMismatch | const sc::StatusCode | dnacalib/commands/SetVertexPositionsCommand.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pImpl | ScopedPtr< Impl > | dnacalib/commands/SetVertexPositionsCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void setMasks
(
ConstArrayView< float > masks |
Method for setting vertex masks used to calculate new vertex position values. | dnacalib/commands/SetVertexPositionsCommand.h | |
void setMeshIndex
(
std::uint16_t meshIndex |
Method for setting the index of the mesh to change. | dnacalib/commands/SetVertexPositionsCommand.h | |
void setOperation
(
VectorOperation operation |
Method for setting the type of operation used to calculate new vertex position values. | dnacalib/commands/SetVertexPositionsCommand.h | |
void setPositions
(
ConstArrayView< Vector3 > positions |
Method for setting the vertex positions used to calculate new values. | dnacalib/commands/SetVertexPositionsCommand.h | |
void setPositions
(
ConstArrayView< float > xs, |
Method for setting the vertex positions used to calculate new values. | dnacalib/commands/SetVertexPositionsCommand.h |
Overridden from Command
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void run
(
DNACalibDNAReader* output |
dnacalib/commands/SetVertexPositionsCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SetVertexPositionsCommand & operator=
(
const SetVertexPositionsCommand& |
dnacalib/commands/SetVertexPositionsCommand.h | ||
| dnacalib/commands/SetVertexPositionsCommand.h |