Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/TOnlineComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< OtherType > SharedThis
(
OtherType* ThisPtr |
Online/OnlineComponent.h | ||
static TSharedRef< OtherType const > SharedThis
(
const OtherType* ThisPtr |
Online/OnlineComponent.h |
SharedThis(OtherType *)
| Name | SharedThis |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineComponent.h |
| Include Path | #include "Online/OnlineComponent.h" |
template<class OtherType>
static TSharedRef < OtherType > SharedThis
(
OtherType * ThisPtr
)
SharedThis(const OtherType *)
| Name | SharedThis |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineComponent.h |
| Include Path | #include "Online/OnlineComponent.h" |
template<class OtherType>
static TSharedRef < OtherType const > SharedThis
(
const OtherType * ThisPtr
)