Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
| Name | INodeOutput |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowNode.h |
| Include Path | #include "GeometryFlowNode.h" |
Syntax
class INodeOutput
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~INodeOutput() |
GeometryFlowNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ClearOutputCache() |
GeometryFlowNode.h | ||
int32 GetDataType() |
GeometryFlowNode.h | ||
virtual TSafeSharedPtr< IData > GetOutput() |
GeometryFlowNode.h | ||
virtual bool HasCachedOutput() |
GeometryFlowNode.h | ||
virtual TSafeSharedPtr< IData > StealOutput() |
GeometryFlowNode.h | ||
virtual void UpdateOutput
(
TSafeSharedPtr< IData > NewData |
GeometryFlowNode.h |