Navigation
API > API/Plugins > API/Plugins/UAFAnimNode > API/Plugins/UAFAnimNode/TUAFCoWRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUAFCoWRef () |
Disable construction of empty references. | UAF/UAFCoWRef.h | |
TUAFCoWRef
(
const TUAFCoWRef< ValueType, AllocatorType >& Other |
Constructs a new mutable reference by performing a copy of the input reference. | UAF/UAFCoWRef.h | |
TUAFCoWRef
(
const TUAFCoWRef< ValueType, OtherAllocatorType >& Other |
Constructs a new mutable reference by performing a copy of the input reference. | UAF/UAFCoWRef.h | |
TUAFCoWRef
(
TUAFCoWRef< ValueType, AllocatorType >&& Other |
Move a reference into another. | UAF/UAFCoWRef.h |
TUAFCoWRef()
Description
Disable construction of empty references.
| Name | TUAFCoWRef |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/UAFCoWRef.h |
| Include Path | #include "UAF/UAFCoWRef.h" |
TUAFCoWRef()
TUAFCoWRef(const TUAFCoWRef< ValueType, AllocatorType > &)
Description
Constructs a new mutable reference by performing a copy of the input reference. The reference will be unique as its memory will be owned by us.
| Name | TUAFCoWRef |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/UAFCoWRef.h |
| Include Path | #include "UAF/UAFCoWRef.h" |
TUAFCoWRef
(
const TUAFCoWRef < ValueType, AllocatorType > & Other
)
TUAFCoWRef(const TUAFCoWRef< ValueType, OtherAllocatorType > &)
Description
Constructs a new mutable reference by performing a copy of the input reference. The reference will be unique as its memory will be owned by us.
| Name | TUAFCoWRef |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/UAFCoWRef.h |
| Include Path | #include "UAF/UAFCoWRef.h" |
template<class OtherAllocatorType>
TUAFCoWRef
(
const TUAFCoWRef < ValueType, OtherAllocatorType > & Other
)
TUAFCoWRef(TUAFCoWRef< ValueType, AllocatorType > &&)
Description
Move a reference into another.
| Name | TUAFCoWRef |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/UAFCoWRef.h |
| Include Path | #include "UAF/UAFCoWRef.h" |
TUAFCoWRef
(
TUAFCoWRef < ValueType, AllocatorType > && Other
)