Navigation
API > API/Runtime > API/Runtime/CoreOnline > API/Runtime/CoreOnline/Online
References
| Module | CoreOnline |
| Header | /Engine/Source/Runtime/CoreOnline/Public/Online/CoreOnline.h |
| Include | #include "Online/CoreOnline.h" |
Syntax
template<typename IdType>
class TOnlineId
Remarks
A handle to an id which uniquely identifies a persistent or transient online resource, i.e. account/session/party etc, within a given Online Services provider. At most one id, and therefore one handle, exists for any given resource. The id and handle persist until the OnlineServices module is unloaded. Passed to and returned from OnlineServices APIs.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TOnlineId () |
|||
TOnlineId
(
EOnlineServices Type, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetHandle () |
||
| EOnlineServices | |||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const TOnlineId& Other |
||
| bool | operator==
(
const TOnlineId& Other |