Navigation
API > API/Runtime > API/Runtime/Core > API/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. |