Navigation
API > API/Plugins > API/Plugins/ComputeFramework > API/Plugins/ComputeFramework/FComputeGraphBuilder
Description
Add a kernel. Source must outlive the builder (typically owned by a UObject outer). Source will be modified by Build() which resets it's inputs and outputs to the new ones applied by the builder.
| Name | AddKernel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeGraphBuilder.h |
| Include Path | #include "ComputeFramework/ComputeGraphBuilder.h" |
| Source | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Private/ComputeGraphBuilder.cpp |
FKernelHandle AddKernel
(
UComputeKernelSource * Source,
FName Name
)