Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRawPtrProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRawPtrProxy
(
TYPE_OF_NULLPTR |
Construct implicitly from a nullptr | Templates/SharedPointerInternals.h | |
TRawPtrProxy
(
ObjectType* InObject |
Construct explicitly from an object | Templates/SharedPointerInternals.h |
TRawPtrProxy(TYPE_OF_NULLPTR)
Description
Construct implicitly from a nullptr
| Name | TRawPtrProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
TRawPtrProxy
(
TYPE_OF_NULLPTR
)
TRawPtrProxy(ObjectType *)
Description
Construct explicitly from an object
| Name | TRawPtrProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
TRawPtrProxy
(
ObjectType * InObject
)