Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TSharedFromThis
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ObjectType, Mode > | AsShared () |
Provides access to a shared reference to this object. | |
| TSharedRef< ObjectType const, Mode > | AsShared () |
Provides access to a shared reference to this object (const.) Note that is only valid to call this after a shared reference (or shared pointer) to the object has already been created. |