Navigation
API > API/Plugins > API/Plugins/VertexDeltaModel
Compute Framework Data Provider for MLDeformer data.
| Name | UVertexDeltaGraphDataProvider |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModel/Public/VertexDeltaGraphDataInterface.h |
| Include Path | #include "VertexDeltaGraphDataInterface.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew, Category=ComputeFramework)
class UVertexDeltaGraphDataProvider : public UComputeDataProvider
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComputeDataProvider → UVertexDeltaGraphDataProvider
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeformerComponent | TObjectPtr< UMLDeformerComponent > | The deformer component that this data provider works on. | VertexDeltaGraphDataInterface.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FComputeDataProviderRenderProxy * GetRenderProxy() |
VertexDeltaGraphDataInterface.h |