Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow > API/Runtime/DataflowCore/Dataflow/FDataflowNode > API/Runtime/DataflowCore/Dataflow/FDataflowNode/RegisterInputConnection
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNode.h |
| Include | #include "Dataflow/DataflowNode.h" |
template<typename T>
FDataflowInput & RegisterInputConnection
(
const UE::Dataflow::TConnectionReference < T > & Reference,
const FName & PropertyName
)
Remarks
Register the Input and Outputs after the creation in the factory. Use PropertyName to disambiguate a struct name from its first property.