Navigation
API > API/Plugins > API/Plugins/ComputeFramework > API/Plugins/ComputeFramework/FComputeGraphInstance
Description
Create and initialize the Data Provider objects for a single binding of a ComputeGraph. The type of binding object is expected to match the associated Binding on the UComputeGraph.
| Name | CreateDataProviders |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeGraphInstance.h |
| Include Path | #include "ComputeFramework/ComputeGraphInstance.h" |
| Source | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Private/ComputeGraphInstance.cpp |
void CreateDataProviders
(
UComputeGraph * InComputeGraph,
int32 InBindingIndex,
TObjectPtr< UObject > InBindingObject
)