Navigation
API > API/Plugins > API/Plugins/ComputeFramework
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.
| Name | UComputeDataInterface |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeDataInterface.h |
| Include Path | #include "ComputeFramework/ComputeDataInterface.h" |
Syntax
UCLASS (MinimalAPI, Abstract, Const)
class UComputeDataInterface : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComputeDataInterface