Navigation
API > API/Plugins > API/Plugins/DNACalibModule
| Name | FDNACalibSetSkinWeightsCommand |
| Type | class |
| Header File | /Engine/Plugins/Animation/DNACalib/Source/DNACalibModule/Public/Commands/DNACalibSetSkinWeightsCommand.h |
| Include Path | #include "Commands/DNACalibSetSkinWeightsCommand.h" |
Syntax
class FDNACalibSetSkinWeightsCommand : public IDNACalibCommand
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Commands/DNACalibSetSkinWeightsCommand.h | |||
| Commands/DNACalibSetSkinWeightsCommand.h | |||
| Commands/DNACalibSetSkinWeightsCommand.h | |||
FDNACalibSetSkinWeightsCommand
(
uint16 MeshIndex, |
Commands/DNACalibSetSkinWeightsCommand.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDNACalibSetSkinWeightsCommand() |
Commands/DNACalibSetSkinWeightsCommand.h |
Interfaces
| Name | Remarks |
|---|---|
| Impl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImplPtr | TUniquePtr< Impl > | Commands/DNACalibSetSkinWeightsCommand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetJointIndices
(
TArrayView< const uint16 > JointIndices |
Commands/DNACalibSetSkinWeightsCommand.h | ||
void SetMeshIndex
(
uint16 MeshIndex |
Commands/DNACalibSetSkinWeightsCommand.h | ||
void SetVertexIndex
(
uint32 VertexIndex |
Commands/DNACalibSetSkinWeightsCommand.h | ||
void SetWeights
(
TArrayView< const float > Weights |
Commands/DNACalibSetSkinWeightsCommand.h |
Overridden from IDNACalibCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Run
(
FDNACalibDNAReader* Output |
Commands/DNACalibSetSkinWeightsCommand.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Commands/DNACalibSetSkinWeightsCommand.h | |||
| Commands/DNACalibSetSkinWeightsCommand.h |