Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineIdCommon.h |
| Include | #include "Online/OnlineIdCommon.h" |
Syntax
template<typename IdType, typename IdValueType>
class TOnlineBasicIdRegistry
Remarks
A net id registry suitable for use with trivial immutable keys
Constructors
| Type | Name | Description | |
|---|---|---|---|
TOnlineBasicIdRegistry
(
EOnlineServices InOnlineServicesType |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| HandleType | FindHandle
(
const IdValueType& IdValue |
||
| IdValueType | FindIdValue
(
const HandleType& Handle |
Returns a copy as it's not thread safe to return a pointer/ref to an element of an array that can be relocated by another thread. | |
| HandleType | FindOrAddHandle
(
const IdValueType& IdValue |
||
| HandleType | |||
| bool | ValidateOnlineId
(
const HandleType& Handle |
Typedefs
| Name | Description |
|---|---|
| HandleType |