Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMLDeformerAsset
References
Module | MLDeformerFramework |
Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerAsset.h |
Include | #include "MLDeformerAsset.h" |
Syntax
UCLASS&40;BlueprintType, HideCategories&61;Object&41;
class UMLDeformerAsset : public UObject
Remarks
The machine learning deformer asset class. This class contains a Model property, through which most functionality happens.
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TObjectPtr< UMLDeformerModel > | Model | The ML Deformer model, used to deform the mesh. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UMLDeformerModel * | GetModel () |
Get the ML Deformer model that is being applied by this asset. |
![]() |
void | SetModel
(
UMLDeformerModel* InModel |
Set the ML Deformer model that is used by this deformer asset. |