Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineServices.h |
| Include | #include "Online/OnlineServices.h" |
namespace UE
{
namespace Online
{
template<typename ServicesClass>
TSharedPtr< ServicesClass > UE&58;&58;Online&58;&58;GetServices
&40;
FName InstanceName
&41;
}
}
Remarks
Get a specific services type and cast to the specific services type The services instance or an invalid pointer if the services is unavailable
Parameters
| Name | Description |
|---|---|
| InstanceName | Name of the services instance to retrieve |