Navigation
API > API/Plugins > API/Plugins/DNACalibModule > API/Plugins/DNACalibModule/FDNACalibSetVertexPositionsComma-
| Name | Impl |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibModule/Private/Commands/DNACalibSetVertexPositionsCommand.cpp |
| Include Path | #include "Commands/DNACalibSetVertexPositionsCommand.cpp" |
Syntax
class Impl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Impl() |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Run
(
FDNACalibDNAReader* Output |
|||
void SetMasks
(
TArrayView< const float > Masks |
|||
void SetMeshIndex
(
uint16 MeshIndex |
|||
void SetOperation
(
EDNACalibVectorOperation Operation |
|||
void SetPositions
(
TArrayView< const FVector > Positions |
|||
void SetPositions
(
TArrayView< const float > Xs, |