Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS
| Name | FAccountInfoRegistryEOS |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/AuthEOSGS.h |
| Include Path | #include "Online/AuthEOSGS.h" |
Syntax
class FAccountInfoRegistryEOS : public UE::Online::FAccountInfoRegistry
Inheritance Hierarchy
- FAccountInfoRegistry → FAccountInfoRegistryEOS
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAccountInfoRegistryEOS() |
Online/AuthEOSGS.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FAccountInfoRegistry | Online/AuthEOSGS.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthDataByEpicAccountId | TMap< EOS_EpicAccountId, TSharedRef< FAccountInfoEOS > > | Online/AuthEOSGS.h | ||
| AuthDataByProductUserId | TMap< EOS_ProductUserId, TSharedRef< FAccountInfoEOS > > | Online/AuthEOSGS.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FAccountInfoEOS > Find
(
FPlatformUserId PlatformUserId |
Online/AuthEOSGS.h | ||
TSharedPtr< FAccountInfoEOS > Find
(
FAccountId AccountId |
Online/AuthEOSGS.h | ||
TSharedPtr< FAccountInfoEOS > Find
(
EOS_EpicAccountId EpicAccountId |
Online/AuthEOSGS.h | ||
TSharedPtr< FAccountInfoEOS > Find
(
EOS_ProductUserId ProductUserId |
Online/AuthEOSGS.h | ||
void Register
(
const TSharedRef< FAccountInfoEOS >& UserAuthData |
Online/AuthEOSGS.h | ||
void Unregister
(
FAccountId AccountId |
Online/AuthEOSGS.h |
Protected
Overridden from FAccountInfoRegistry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DoRegister
(
const TSharedRef< FAccountInfo >& AccountInfo |
Online/AuthEOSGS.h | ||
virtual void DoUnregister
(
const TSharedRef< FAccountInfo >& AccountInfo |
Online/AuthEOSGS.h |