Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/FOnlineComponentRegistry
| Name | IComponentWrapper |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineComponentRegistry.h |
| Include Path | #include "Online/OnlineComponentRegistry.h" |
Syntax
class IComponentWrapper
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IComponentWrapper() |
Online/OnlineComponentRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AssignBaseSharedPtr
(
void* OutSP |
Online/OnlineComponentRegistry.h | ||
IOnlineComponent * Get () |
Online/OnlineComponentRegistry.h | ||
const IOnlineComponent * Get () |
Online/OnlineComponentRegistry.h | ||
void * GetBase() |
Online/OnlineComponentRegistry.h | ||
FOnlineTypeName GetTypeName() |
Online/OnlineComponentRegistry.h | ||
bool IsA
(
FOnlineTypeName TypeName |
Online/OnlineComponentRegistry.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Online/OnlineComponentRegistry.h | |||
const IOnlineComponent & operator* () |
Online/OnlineComponentRegistry.h | ||
| Online/OnlineComponentRegistry.h | |||
const IOnlineComponent * operator-> () |
Online/OnlineComponentRegistry.h |