Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/MLDeformer/Source/MLDeformer/Public/MLDeformerInputInfo.h |
Include |
#include "MLDeformerInputInfo.h" |
struct FMLDeformerInputInfoInitSettings
Name | Description | ||
---|---|---|---|
|
bIncludeBones |
Do we want to include bone rotations as inputs to the training? |
|
|
bIncludeCurves |
Do we want to include curve values as inputs to the training? |
|
|
BoneNamesToInclude |
The list of bone names to include in training. |
|
|
CurveNamesToInclude |
The list of curve names to include in training. |
|
|
TObjectPtr< USk... |
SkeletalMesh |
The skeletal mesh to initialize for. Cannot be nullptr. |
|
TObjectPtr< UGe... |
TargetMesh |
The target mesh. Cannot be a nullptr. |