Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
Inheritance Hierarchy
- IData
- TImmutableData
References
| Module | GeometryFlowCore |
| Header | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowImmutableData.h |
| Include | #include "GeometryFlowImmutableData.h" |
Syntax
template<typename T, int32 DataTypeIdentifier>
class TImmutableData : public UE::GeometryFlow::IData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< const T > | Data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TImmutableData
(
TUniquePtr< const T >&& DataIn |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const T & | GetData () |
Overridden from IData
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| int64 | |||
| int32 | |||
| const void * | This is used by IData::GetDataConstRef(). | ||
| bool | MoveDataOut
(
void* StorageType, |