Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
| Type | Name | Description | |
|---|---|---|---|
| void | Templated helper catch-all function, accomplice to the above helper functions | ||
| void | SharedPointerInternals::EnableSharedFromThis
(
TSharedPtr< SharedPtrType, Mode > const* InSharedPtr, |
Templated helper function (const) that creates a shared pointer from an object instance | |
| void | SharedPointerInternals::EnableSharedFromThis
(
TSharedPtr< SharedPtrType, Mode >* InSharedPtr, |
Templated helper function that creates a shared pointer from an object instance | |
| void | SharedPointerInternals::EnableSharedFromThis
(
TSharedRef< SharedRefType, Mode > const* InSharedRef, |
Templated helper function (const) that creates a shared reference from an object instance | |
| void | SharedPointerInternals::EnableSharedFromThis
(
TSharedRef< SharedRefType, Mode >* InSharedRef, |
Templated helper function that creates a shared reference from an object instance |