Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeGraph.h |
Include |
#include "ComputeFramework/ComputeGraph.h" |
USTRUCT()
struct FComputeGraphEdge
Description of a single edge in a UComputeGraph. todo[CF]: Consider better storage for graph data structure that is easier to interrogate efficiently.
Name | Description | ||
---|---|---|---|
|
BindingFunctionNameOverride |
Optional name to use for the proxy generation function, in case the kernel expects something other than the interface's bind name. |
|
|
bKernelInput |
||
|
DataInterfaceBindingIndex |
||
|
DataInterfaceIndex |
||
|
KernelBindingIndex |
||
|
KernelIndex |
Name | Description | |
---|---|---|
|
FComputeGraphEdge() |