IExpressionNodeStorage

Interface for a wrapper utility for any moveable/copyable data

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function Virtual

~IExpressionNodeStorage()

Functions

Name Description

Public function Const

FExpressionN...

 

Copy()

Copy this data

Public function

void

 

MoveAssign

(
    uint8* Dst
)

Move this type to a buffer already allocated to the same type (uses type-defined move-assignment)

Public function

void

 

Reseat

(
    uint8* Dst
)

Move this type into another unallocated buffer (move-construct a new type from our wrapped value)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss