Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore > API/Plugins/GeometryFlowCore/FGraph
| Name | FConnection |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowGraph.h |
| Include Path | #include "GeometryFlowGraph.h" |
Syntax
struct FConnection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FromNode | FHandle | GeometryFlowGraph.h | ||
| FromOutput | FString | GeometryFlowGraph.h | ||
| ToInput | FString | GeometryFlowGraph.h | ||
| ToNode | FHandle | GeometryFlowGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialize
(
FArchive& Ar |
Serialize FHandle to an archive | GeometryFlowGraph.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FConnection& Other |
GeometryFlowGraph.h |