Navigation
API > API/Runtime > API/Runtime/CoreOnline > API/Runtime/CoreOnline/Online > API/Runtime/CoreOnline/Online/FOnlineIdRegistryRegistry
References
| Module | CoreOnline |
| Header | /Engine/Source/Runtime/CoreOnline/Public/Online/CoreOnline.h |
| Include | #include "Online/CoreOnline.h" |
| Source | /Engine/Source/Runtime/CoreOnline/Private/Online/CoreOnline.cpp |
void RegisterSessionIdRegistry
&40;
EOnlineServices OnlineServices,
IOnlineSessionIdRegistry &42; Registry,
int32 Priority
&41;
Remarks
Register a registry for a given OnlineServices implementation and IOnlineSessionIdHandle type
Parameters
| Name | Description |
|---|---|
| OnlineServices | Services that the registry is for |
| Registry | the registry of online session ids |
| Priority | Integer priority, allows an existing registry to be extended and registered with a higher priority so it is used instead |