Navigation
API > API/Plugins > API/Plugins/UAFAnimNode > API/Plugins/UAFAnimNode/TUAFCoWRef
Description
Constructs a new mutable reference from the specified value by performing a move of the input. The reference will be unique as its memory will be owned by us.
| Name | MakeFrom |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/UAFCoWRef.h |
| Include Path | #include "UAF/UAFCoWRef.h" |
static TUAFCoWRef < ValueType, AllocatorType > MakeFrom
(
ValueType && Value
)