Navigation
API > API/Plugins > API/Plugins/DNACalibLib > API/Plugins/DNACalibLib/SetBlendShapeTargetDeltasCommand
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Method for setting the values used to calculate new deltas for blend shape target. |
dnacalib/commands/SetBlendShapeTargetDeltasCommand.h |
|
void setDeltas
(
ConstArrayView< float > xs,
ConstArrayView< float > ys,
ConstArrayView< float > zs
)
|
Method for setting the values used to calculate new deltas for blend shape target. |
dnacalib/commands/SetBlendShapeTargetDeltasCommand.h |
|
setDeltas(ConstArrayView< Vector3 >)
Description
Method for setting the values used to calculate new deltas for blend shape target.
| |
|
| Name |
setDeltas |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/SetBlendShapeTargetDeltasCommand.h |
| Include Path |
#include "dnacalib/commands/SetBlendShapeTargetDeltasCommand.h" |
| Source |
/Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/SetBlendShapeTargetDeltasCommand.cpp |
void setDeltas
(
ConstArrayView< Vector3 > deltas
)
Parameters
| Name |
Remarks |
| deltas |
The values used in calculation. |
setDeltas(ConstArrayView< float >, ConstArrayView< float >, ConstArrayView< float >)
Description
Method for setting the values used to calculate new deltas for blend shape target.
| |
|
| Name |
setDeltas |
| Type |
function |
| Header File |
/Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Public/dnacalib/commands/SetBlendShapeTargetDeltasCommand.h |
| Include Path |
#include "dnacalib/commands/SetBlendShapeTargetDeltasCommand.h" |
| Source |
/Engine/Plugins/Animation/DNACalib/Source/DNACalibLib/Private/dnacalib/commands/SetBlendShapeTargetDeltasCommand.cpp |
void setDeltas
(
ConstArrayView< float > xs,
ConstArrayView< float > ys,
ConstArrayView< float > zs
)
Parameters
| Name |
Remarks |
| xs |
The X values for each delta. |
| ys |
The Y values for each delta. |
| zs |
The Z values for each delta. |