Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include | #include "Templates/SharedPointerInternals.h" |
namespace SharedPointerInternals
{
template<class SharedPtrType, class ObjectType>
void SharedPointerInternals::EnableSharedFromThis
(
SharedPtrType * InSharedPtrOrRef,
ObjectType const * InObject
)
}
Remarks
Templated helper function (const) that creates a shared pointer from an object instance