Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore > API/Plugins/GeometryFlowCore/FNode
References
| Module | GeometryFlowCore |
| Header | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowNode.h |
| Include | #include "GeometryFlowNode.h" |
Syntax
struct FNodeInputInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< INodeInput > | Input | ||
| int32 | LastTimestamp | ||
| FString | Name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Explicitly non-copyable because of embedded TUniquePtr | |||
FNodeInputInfo
(
const FNodeInputInfo& |
|||
FNodeInputInfo
(
FNodeInputInfo&& |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FNodeInputInfo & | operator=
(
const FNodeInputInfo& |
||
| FNodeInputInfo & | operator=
(
FNodeInputInfo&& |