Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
| Name | IData |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowNode.h |
| Include Path | #include "GeometryFlowNode.h" |
Syntax
class IData
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IData() |
GeometryFlowNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CopyData
(
void* StorageType, |
GeometryFlowNode.h | ||
const T & GetDataConstRef
(
int32 AsType |
GeometryFlowNode.h | ||
void GetDataCopy
(
T& DataOut, |
GeometryFlowNode.h | ||
int64 GetPayloadBytes() |
GeometryFlowNode.h | ||
int32 GetPayloadType() |
GeometryFlowNode.h | ||
virtual int32 GetTimestamp() |
GeometryFlowNode.h | ||
void GiveTo
(
T& DataOut, |
GeometryFlowNode.h | ||
virtual bool IsSameType
(
const IData& OtherType |
GeometryFlowNode.h | ||
bool MoveDataOut
(
void* StorageType, |
GeometryFlowNode.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const void * GetRawDataPointerUnsafe() |
GeometryFlowNode.h | ||
virtual void IncrementTimestamp() |
GeometryFlowNode.h | ||
virtual void SetMaxTimestamp
(
int32 ExternalTimestamp |
GeometryFlowNode.h |