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.

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreOnline

Header

/Engine/Source/Runtime/CoreOnline/Public/Online/CoreOnline.h

Include

#include "Online/CoreOnline.h"

Syntax

template<typename IdType>
class TOnlineIdHandle

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

Name Description

Public function

TOnlineIdHandle()

Public function

TOnlineIdHandle

(
    EOnlineServices Type,
    uint32 Handle
)

Functions

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const TOnlineIdHandle& Other
)

Public function Const

bool

 

operator==

(
    const TOnlineIdHandle& Other
)