Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
Inheritance Hierarchy
- IData
- TMovableData
References
| Module | GeometryFlowCore |
| Header | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowCoreNodes.h |
| Include | #include "GeometryFlowCoreNodes.h" |
Syntax
template<typename T, int32 DataTypeIdentifier>
class TMovableData : public UE::GeometryFlow::IData
Variables
| Type | Name | Description | |
|---|---|---|---|
| T | Data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TMovableData () |
|||
TMovableData
(
const T& InitialValue |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetData
(
T& DataOut |
||
| void | MoveData
(
T&& DataIn |
||
| void | SetData
(
const T& DataIn |
Overridden from IData
| Type | Name | Description | |
|---|---|---|---|
| bool | CopyData
(
void* StorageType, |
||
| int64 | |||
| int32 | |||
| const void * | |||
| bool | MoveDataOut
(
void* StorageType, |