Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates
Type | Name | Description | |
---|---|---|---|
![]() |
SharedPointerInternals::TRawPtrProxy< ObjectType > | MakeShareable
(
ObjectType* InObject |
NOTE: The following is an Unreal extension to standard shared_ptr behavior. |
![]() |
SharedPointerInternals::TRawPtrProxyWithDeleter< ObjectType, DeleterType > | MakeShareable
(
ObjectType* InObject, |
NOTE: The following is an Unreal extension to standard shared_ptr behavior. |