![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SharedPointerInternals.h>
Public Member Functions | |
| UE_FORCEINLINE_HINT | TRawPtrProxy (TYPE_OF_NULLPTR) |
| UE_FORCEINLINE_HINT | TRawPtrProxy (ObjectType *InObject) |
Public Attributes | |
| ObjectType * | Object |
Proxy structure for implicitly converting raw pointers to shared/weak pointers
|
inline |
Construct implicitly from a nullptr
|
inlineexplicit |
Construct explicitly from an object
| ObjectType* SharedPointerInternals::TRawPtrProxy< ObjectType >::Object |
The object pointer