Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
Inheritance Hierarchy
- FAccountInfoRegistry
- FAccountInfoRegistryEOS
- FAccountInfoRegistryNULL
- FAccountInfoRegistryOSSAdapter
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/AuthCommon.h |
| Include | #include "Online/AuthCommon.h" |
Syntax
class FAccountInfoRegistry
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRWLock | IndexLock |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DoRegister
(
const TSharedRef< FAccountInfo >& AccountInfo |
||
| void | DoUnregister
(
const TSharedRef< FAccountInfo >& AccountInfo |
||
| TSharedPtr< FAccountInfo > | Find
(
FPlatformUserId PlatformUserId |
||
| TSharedPtr< FAccountInfo > | Find
(
FAccountId AccountId |
||
| TArray< TSharedRef< FAccountInfo > > | GetAllAccountInfo
(
TFunction< bool(const TSharedRef< FAccountInfo >&)> Predicate |