Navigation
API > API/Plugins > API/Plugins/OnlineServicesEpicCommon
| Name | FOnlineServicesEpicCommon |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServicesEpicCommon/Source/OnlineServicesEpicCommon/Public/Online/OnlineServicesEpicCommon.h |
| Include Path | #include "Online/OnlineServicesEpicCommon.h" |
Syntax
class FOnlineServicesEpicCommon : public UE::Online::FOnlineServicesCommon
Inheritance Hierarchy
- FExec → FSelfRegisteringExec → FOnlineServicesCommon → FOnlineServicesEpicCommon
- FTSTickerObjectBase → FOnlineServicesCommon → FOnlineServicesEpicCommon
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Online/OnlineServicesEpicCommon.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnlineServicesEpicCommon() |
Online/OnlineServicesEpicCommon.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FOnlineServicesCommon | Online/OnlineServicesEpicCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddEOSSDKFastTick
(
FOnlineAsyncOp& InAsyncOp |
Enable EOSSDK to tick as fast as it can while this operation is outstanding. | Online/OnlineServicesEpicCommon.h | |
IEOSPlatformHandlePtr GetEOSPlatformHandle() |
Online/OnlineServicesEpicCommon.h | ||
virtual bool PreInit() |
Online/OnlineServicesEpicCommon.h | ||
void RemoveEOSSDKFastTick
(
FOnlineAsyncOp& InAsyncOp |
Remove fast ticking of EOSSDK for an operation. | Online/OnlineServicesEpicCommon.h |
Overridden from FOnlineServicesCommon
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateConfig() |
Online/OnlineServicesEpicCommon.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WarnIfEncryptionKeyMissing
(
const FString& InterfaceName |
Online/OnlineServicesEpicCommon.h |
Overridden from FOnlineServicesCommon
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void FlushTick
(
float DeltaSeconds |
Online/OnlineServicesEpicCommon.h |