Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UComputeDataProvider
- UMLDeformerGraphDebugDataProvider
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerGraphDebugDataInterface.h |
| Include | #include "MLDeformerGraphDebugDataInterface.h" |
Syntax
UCLASS&40;BlueprintType, EditInlineNew, Category&61;ComputeFramework&41;
class UMLDeformerGraphDebugDataProvider : public UComputeDataProvider
Remarks
Compute Framework Data Provider for MLDeformer debugging data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMLDeformerAsset > | DeformerAsset | ||
| TObjectPtr< UMLDeformerComponent > | DeformerComponent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init () |
Overridden from UComputeDataProvider
| Type | Name | Description | |
|---|---|---|---|
| FComputeDataProviderRenderProxy * | Get an associated render thread proxy object. |