Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/Ptr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MuR/Ptr.h | |||
| Assign constructor. | MuR/Ptr.h | ||
| Move constructor. | MuR/Ptr.h | ||
Ptr
(
T* p, |
MuR/Ptr.h |
Ptr(Ptr< U > const &)
| Name | Ptr |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Ptr.h |
| Include Path | #include "MuR/Ptr.h" |
template<class U>
Ptr
(
Ptr < U > const & rhs
)
Ptr(Ptr const &)
Description
Assign constructor.
| Name | Ptr |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Ptr.h |
| Include Path | #include "MuR/Ptr.h" |
Ptr
(
Ptr const & rhs
)
Ptr(Ptr &&)
Description
Move constructor.
| Name | Ptr |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Ptr.h |
| Include Path | #include "MuR/Ptr.h" |
Ptr
(
Ptr && rhs
)
Ptr(T *, bool)
| Name | Ptr |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Ptr.h |
| Include Path | #include "MuR/Ptr.h" |
Ptr
(
T * p,
bool add_ref
)