Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreOnline/Public/Online/CoreOnline.h |
Include |
#include "Online/CoreOnline.h" |
template<typename IdType>
class TOnlineIdHandle
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.
Name | Description | |
---|---|---|
|
TOnlineIdHandle() |
|
|
TOnlineIdHandle ( |
Name | Description | ||
---|---|---|---|
|
GetHandle() |
||
|
EOnlineServi... |
GetOnlineServicesType() |
|
|
IsValid() |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |