FGraph::FindConnectionForInput

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryFlowCore

Header

/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowGraph.h

Include

#include "GeometryFlowGraph.h"

Source

/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Private/GeometryFlowGraph.cpp

Syntax

EGeometryFlowResult FindConnectionForInput
(
    FHandle ToNode,
    FString ToInput,
    FConnection & ConnectionOut
) const