Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/MLDeformer/Source/MLDeformer/Public/MLDeformerAsset.h |
Include |
#include "MLDeformerAsset.h" |
enum ETrainingInputs
{
BonesAndCurves = 0,
BonesOnly,
CurvesOnly,
}
Name |
Description |
---|---|
BonesAndCurves |
|
BonesOnly |
Include both bone rotations and curve values. |
CurvesOnly |
Include only bone rotations. Include only curve values. |
The training inputs. Specifies what data to include in training.