Navigation
API > API/Plugins > API/Plugins/VertexDeltaModel
Inheritance Hierarchy
- FComputeDataProviderRenderProxy
- FVertexDeltaGraphDataProviderProxy
References
| Module | VertexDeltaModel |
| Header | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModel/Public/VertexDeltaGraphDataInterface.h |
| Include | #include "VertexDeltaGraphDataInterface.h" |
Syntax
class FVertexDeltaGraphDataProviderProxy : public FComputeDataProviderRenderProxy
Remarks
Compute Framework Data Provider Proxy for MLDeformer data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRDGBuffer * | Buffer | ||
| FRDGBufferSRV * | BufferSRV | ||
| int32 | NeuralNetworkInferenceHandle | ||
| UE::NNE::IModelInstanceRDG * | NNEModelInstanceRDG | ||
| FSkeletalMeshObject * | SkeletalMeshObject | ||
| UVertexDeltaModelInstance * | VertexDeltaModelInstance | ||
| FRHIShaderResourceView * | VertexMapBufferSRV | ||
| float | Weight |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVertexDeltaGraphDataProviderProxy
(
UMLDeformerComponent* DeformerComponent |
Overridden from FComputeDataProviderRenderProxy
| Type | Name | Description | |
|---|---|---|---|
| void | GatherDispatchData
(
FDispatchData const& InDispatchData |
Collect parameter data required to dispatch work. | |
| bool | IsValid
(
FValidationData const& InValidationData |
Validates that we are OK to dispatch work. Default implementation returns false. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateResources
(
FRDGBuilder& GraphBuilder |
Convert to using the new AllocateResources() that takes FAllocationData. |