Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- IExpressionNodeStorage
- FHeapDataStorage
- FInlineDataStorage
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl |
Include | #include "Misc/ExpressionParserTypes.inl" |
Syntax
struct IExpressionNodeStorage
Remarks
Interface for a wrapper utility for any moveable/copyable data
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FExpressionNode | Copy () |
Copy this data |
![]() |
void | MoveAssign
(
uint8* Dst |
Move this type to a buffer already allocated to the same type (uses type-defined move-assignment) |
![]() |
void | Move this type into another unallocated buffer (move-construct a new type from our wrapped value) |