Navigation
Unreal Engine C++ API Reference > 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. |