Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/Ptr
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
MuR/Ptr.h |
|
|
Assign with copy. |
MuR/Ptr.h |
|
|
Assign with move. |
MuR/Ptr.h |
|
|
|
MuR/Ptr.h |
|
operator=(Ptr< U > const &)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Ptr.h |
| Include Path |
#include "MuR/Ptr.h" |
template<class U>
Ptr & operator=
(
Ptr < U > const & rhs
)
operator=(Ptr const &)
Description
Assign with copy.
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Ptr.h |
| Include Path |
#include "MuR/Ptr.h" |
Ptr & operator=
(
Ptr const & rhs
)
operator=(Ptr &&)
Description
Assign with move.
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Ptr.h |
| Include Path |
#include "MuR/Ptr.h" |
Ptr & operator=
(
Ptr && rhs
)
operator=(T *)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Ptr.h |
| Include Path |
#include "MuR/Ptr.h" |
Ptr & operator=
(
T * rhs
)