Navigation
API > API/Plugins > API/Plugins/DNACalibLib > API/Plugins/DNACalibLib/SetVertexPositionsCommand
| Name | Impl |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/SetVertexPositionsCommand.cpp |
| Include Path | #include "dnacalib/commands/SetVertexPositionsCommand.cpp" |
Syntax
class Impl : public dnac::CommandImplBase< Impl >
Inheritance Hierarchy
- dnac::CommandImplBase< Impl > → SetVertexPositionsCommand::Impl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Impl
(
MemoryResource* memRes_ |
Typedefs
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Constants
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void run
(
DNACalibDNAReaderImpl* output |
|||
void setMasks
(
ConstArrayView< float > masks_ |
|||
void setMeshIndex
(
std::uint16t meshIndex |
|||
void setOperation
(
VectorOperation operation_ |
|||
void setPositions
(
ConstArrayView< Vector3 > positions_ |
|||
void setPositions
(
ConstArrayView< float > xs, |