Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS
Classes
Constants
Typedefs
| Name | Description |
|---|---|
| EOSEventRegistrationPtr | |
| FErrorMapperEosFn | |
| FUpdateSessionJoinabilityParams | |
| IEOSPlatformHandlePtr |
Enums
| Type | Name | Description | |
|---|---|---|---|
| UE::Online::ESessionAttributeConversionType | Copyright Epic Games, Inc. All Rights Reserved. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const UE::Online::FOnlineError& OnlineError, |
||
| bool | operator!=
(
EOS_EResult EosResult, |
||
| bool | operator==
(
const UE::Online::FOnlineError& OnlineError, |
These are extern'd out of the namespace for some of the Catch API that can't see these operators if they are inside. | |
| bool | operator==
(
EOS_EResult EosResult, |
||
| decltype(auto) | UE::Online::EOS_Async
(
TEOSFn EOSFn, |
This method requires a Promise that will be fulfilled by the EOS callback. | |
| decltype(auto) | UE::Online::EOS_Async
(
TEOSFn EOSFn, |
This method requires a Callback (lambda / function pointer) which will be called by the EOS callback with the CallbackInfo. | |
| EOSEventRegistrationPtr | UE::Online::EOS_RegisterComponentEventHandler
(
ComponentHandlerClass* HandlerClass, |
EOS event registration utility for binding an EOS notifier registration to a RAII object which handles unregistering when it exits scope. | |
| void | NboSerializeFromBuffer methods | ||
| void | UE::Online::NboSerializerEOSGSSvc::SerializeFromBuffer
(
FNboSerializeFromBuffer& Packet, |
||
| void | UE::Online::NboSerializerEOSGSSvc::SerializeToBuffer
(
FNboSerializeToBuffer& Ar, |
NboSerializeToBuffer methods | |
| void | UE::Online::NboSerializerEOSGSSvc::SerializeToBuffer
(
FNboSerializeToBuffer& Packet, |
||
| bool | UE::Online::ValidateOnlineId
(
const TOnlineId< IdType > OnlineId |
Variables
| Type | Name | Description | |
|---|---|---|---|
| const int | EOS_MAX_TOKEN_SIZE | ||
| const int | EOS_STRING_BUFFER_LENGTH |