Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| Name | FAccountInfoRegistry |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/AuthCommon.h |
| Include Path | #include "Online/AuthCommon.h" |
Syntax
class FAccountInfoRegistry
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAccountInfoRegistry() |
Online/AuthCommon.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthDataByOnlineAccountIdHandle | TMap< FAccountId, TSharedRef< FAccountInfo > > | Online/AuthCommon.h | ||
| AuthDataByPlatformUserId | TMap< FPlatformUserId, TSharedRef< FAccountInfo > > | Online/AuthCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FAccountInfo > Find
(
FPlatformUserId PlatformUserId |
Online/AuthCommon.h | ||
TSharedPtr< FAccountInfo > Find
(
FAccountId AccountId |
Online/AuthCommon.h | ||
TArray< TSharedRef< FAccountInfo > > GetAllAccountInfo
(
TFunction< bool(const TSharedRef< FAccountInfo >&)> Predicate |
Online/AuthCommon.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DoRegister
(
const TSharedRef< FAccountInfo >& AccountInfo |
Online/AuthCommon.h | ||
virtual void DoUnregister
(
const TSharedRef< FAccountInfo >& AccountInfo |
Online/AuthCommon.h | ||
TSharedPtr< FAccountInfo > FindNoLock
(
FPlatformUserId PlatformUserId |
Online/AuthCommon.h | ||
TSharedPtr< FAccountInfo > FindNoLock
(
FAccountId AccountId |
Online/AuthCommon.h |