Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel
| Name | UNeuralMorphMLP |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphNetwork.h |
| Include Path | #include "NeuralMorphNetwork.h" |
Syntax
UCLASS ()
class UNeuralMorphMLP : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNeuralMorphMLP
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Layers | TArray< TObjectPtr< UNeuralMorphMLPLayer > > | NeuralMorphNetwork.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS void Empty() |
NeuralMorphNetwork.h | ||
UNeuralMorphMLPLayer & GetLayer
(
int32 Index |
NeuralMorphNetwork.h | ||
int32 GetMaxNumLayerInputs() |
NeuralMorphNetwork.h | ||
int32 GetMaxNumLayerOutputs() |
NeuralMorphNetwork.h | ||
int32 GetNumInputs() |
NeuralMorphNetwork.h | ||
int32 GetNumLayers() |
NeuralMorphNetwork.h | ||
int32 GetNumOutputs() |
NeuralMorphNetwork.h | ||
bool IsEmpty() |
NeuralMorphNetwork.h | ||
bool Load
(
FArchive& FileReader |
NeuralMorphNetwork.h |