Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
Inheritance Hierarchy
- INodeOutput
- TBasicNodeOutput
- TImmutableNodeOutput
References
| Module | GeometryFlowCore |
| Header | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowNode.h |
| Include | #include "GeometryFlowNode.h" |
Syntax
class INodeOutput
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSafeSharedPtr< IData > | CachedValue | ||
| int32 | LastDataTimestamp |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~INodeOutput () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| int32 | GetDataType () |
||
| TSafeSharedPtr< IData > | GetOutput () |
||
| bool | |||
| TSafeSharedPtr< IData > | StealOutput () |
||
| void | UpdateOutput
(
TSafeSharedPtr< IData > NewData |