Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineComponentRegistry.h |
| Include | #include "Online/OnlineComponentRegistry.h" |
Syntax
class FOnlineComponentRegistry
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AssignBaseSharedPtr
(
const FOnlineTypeName& TypeName, |
Internal use only. Used to implement IOnlineServices::GetInterface() | |
| ComponentType * | Get () |
Get the component of type ComponentType | |
| void | Register
(
ParamTypes&&... Params |
Create and register a component of type ComponentType if one has not already been registered | |
| void | Unregister () |
Destroy and unregister a component of type ComponentType | |
| void | Visit
(
CallableType&& Callable, |
Call a callable for each of the components |