Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/Online
Inheritance Hierarchy
- IOnlineIdRegistry
- IOnlineAccountIdRegistryEOSGS
- FOnlineAccountIdRegistryEOSGS
References
| Module | OnlineServicesEOSGS |
| Header | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/OnlineIdEOSGS.h |
| Include | #include "Online/OnlineIdEOSGS.h" |
Syntax
class FOnlineAccountIdRegistryEOSGS : public UE::Online::IOnlineAccountIdRegistryEOSGS
Remarks
Account id registry specifically for EOS id's which are segmented.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| IOnlineAccountIdRegistryEOSGS & | |||
| FString | ToLogString
(
const FAccountId& AccountId |
||
| TArray< uint8 > | ToReplicationData
(
const FAccountId& AccountId |
||
| FString | ToString
(
const FAccountId& AccountId |
Begin IOnlineAccountIdRegistry. |
Overridden from IOnlineAccountIdRegistryEOSGS
| Type | Name | Description | |
|---|---|---|---|
| FAccountId | FindAccountId
(
const EOS_ProductUserId ProductUserId |
Begin IOnlineAccountIdRegistryEOSGS. | |
| EOS_ProductUserId | GetProductUserId
(
const FAccountId& AccountId |
Overridden from IOnlineIdRegistry
| Type | Name | Description | |
|---|---|---|---|
| FAccountId | FromReplicationData
(
const TArray< uint8 >& ReplicationData |