Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TSharedFromThis
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< OtherType, Mode > | SharedThis
(
OtherType* ThisPtr |
Provides access to a shared reference to an object, given the object's 'this' pointer. | |
| TSharedRef< OtherType const, Mode > | SharedThis
(
const OtherType* ThisPtr |
Provides access to a shared reference to an object, given the object's 'this' pointer. |