Navigation
API > API/Plugins > API/Plugins/UAFAnimNode > API/Plugins/UAFAnimNode/TUAFCoWRef
Description
Constructs a new immutable reference from the specified value pointer. The reference will not be unique as its memory will not be owned by us.
| Name | MakeImmutable |
| 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 > MakeImmutable
(
const ValueType * ValuePtr
)