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