Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerInputInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 CalcNumNeuralNetInputs () |
Calculate how many inputs this input info generates for the neural network. | MLDeformerInputInfo.h | |
virtual int32 CalcNumNeuralNetInputs
(
int32 NumFloatsPerBone, |
Calculate how many inputs this input info generates for the neural network. | MLDeformerInputInfo.h |
CalcNumNeuralNetInputs()
Description
Calculate how many inputs this input info generates for the neural network. A single bone on default takes 6 inputs.
| Name | CalcNumNeuralNetInputs |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerInputInfo.h |
| Include Path | #include "MLDeformerInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerInputInfo.cpp |
virtual int32 CalcNumNeuralNetInputs() const
THe number of input float values to the neural network.
CalcNumNeuralNetInputs(int32, int32)
Description
Calculate how many inputs this input info generates for the neural network.
| Name | CalcNumNeuralNetInputs |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerInputInfo.h |
| Include Path | #include "MLDeformerInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerInputInfo.cpp |
virtual int32 CalcNumNeuralNetInputs
(
int32 NumFloatsPerBone,
int32 NumFloatsPerCurve
) const
THe number of input float values to the neural network.
Parameters
| Name | Remarks |
|---|---|
| NumFloatsPerBone | The number of floats used per bone. |
| NumFloatsPerCurve | The number of floats per curve. This can be used when padding is used on curve values. |