Navigation
API > API/Plugins > API/Plugins/ComputeFramework > API/Plugins/ComputeFramework/FComputeGraphBuilder
Description
Apply the built topology to OutGraph, resetting any existing topology first. Outer is used as the UObject outer for the UComputeKernel wrapper objects created internally.
| Name | Build |
| 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 |
void Build
(
UComputeGraph & OutGraph,
UObject & Outer
) const