unreal.ComputeDataInterface

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

Bases: Object

Compute Data Interface required to compile a Compute Graph. Compute Kernels require Data Interfaces to fulfill their external functions. Compute Data Interfaces define how Compute Data Providers will actually marshal data in and out of Kernels.

C++ Source:

  • Plugin: ComputeFramework

  • Module: ComputeFramework

  • File: ComputeDataInterface.h