Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel
| Name | UNeuralMorphMLPLayer |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphNetwork.h |
| Include Path | #include "NeuralMorphNetwork.h" |
Syntax
UCLASS ()
class UNeuralMorphMLPLayer : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNeuralMorphMLPLayer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Biases | TArray< float > | NeuralMorphNetwork.h | ||
| Depth | int32 | NeuralMorphNetwork.h | ||
| NumInputs | int32 | NeuralMorphNetwork.h | ||
| NumOutputs | int32 | NeuralMorphNetwork.h | ||
| Weights | TArray< float > | NeuralMorphNetwork.h |