Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphModel
Syntax
UPROPERTY&40;EditAnywhere, BlueprintReadWrite, AdvancedDisplay, DisplayName&61;"Num Hidden Layers",
Category&61;"Training Settings", Meta&61;&40;ClampMin&61;"0", ClampMax&61;"5"&41;&41;
int32 LocalNumHiddenLayers
Remarks
The number of hidden layers that the neural network model will have. Higher numbers will slow down performance but can deal with more complex deformations. For the local model you most likely want to stick with a value of one or two.