Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
Include |
#include "Templates/SharedPointerInternals.h" |
template<class ObjectType>
struct TRawPtrProxy
Proxy structure for implicitly converting raw pointers to shared/weak pointers
Name | Description | ||
---|---|---|---|
|
ObjectType *... |
Object |
The object pointer |
Name | Description | |
---|---|---|
|
TRawPtrProxy ( |
Construct implicitly from a nullptr |
|
TRawPtrProxy ( |
Construct explicitly from an object |