Navigation
API > API/Plugins > API/Plugins/ComputeFramework > API/Plugins/ComputeFramework/UComputeGraph
Description
Create UComputeDataProvider objects to match the current UComputeDataInterface objects and initialize them. We attempt to setup bindings from the InBindingObjects. The caller is responsible for any data provider binding not handled by the default behavior.
| Name | CreateDataProviders |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeGraph.h |
| Include Path | #include "ComputeFramework/ComputeGraph.h" |
| Source | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Private/ComputeGraph.cpp |
void CreateDataProviders
(
int32 InBindingIndex,
TObjectPtr< UObject > & InBindingObject,
TArray< TObjectPtr< UComputeDataProvider > > & InOutDataProviders
) const