OnlineServicesEOS

Choose your operating system:

Windows

macOS

Linux

Classes

Typedefs

Functions

Name Description

Public function

TFuture< con...

 

UE::Online::EOS_Async

(
    TEOSFn EOSFn,
    TEOSHandle EOSHandle,
    TEOSParameters Parameters
)

Public function

void

 

UE::Online::EOS_Async

(
    TEOSFn EOSFn,
    TEOSHandle EOSHandle,
    TEOSParameters Parameters,
    TPromise< const TEOSResult* > ...
)

Public function

EOSEventRegi...

 

UE::Online::EOS_RegisterComponentEventHandler

(
    ComponentHandlerClass* Handler...,
    EOSHandle ClientHandle,
    int32_t ApiVersion,
    EOSNotfyRegisterFunction NotfyRegis...,
    EOSNotfyUnregisterFunction NotfyUnr...,
    ComponentHandlerFunction HandlerFun...
)

EOS event registration utility for binding an EOS notifier registration to a RAII object which handles unregistering when it exits scope.

Public function

FOnlineError

 

UE::Online::FromEOSError

(
    EOS_EResult ResultCode
)