unreal.ComputeDataProvider

class unreal.ComputeDataProvider(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

Compute Framework Data Provider. A concrete instance of this is responsible for supplying data declared by a UComputeDataInterface. One of these must be created for each UComputeDataInterface object in an instance of a Compute Graph.

C++ Source:

  • Plugin: ComputeFramework

  • Module: ComputeFramework

  • File: ComputeDataProvider.h