Navigation
API > API/Plugins > API/Plugins/OnlineServicesNull
| Name | FOnlineAccountIdRegistryNull |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServicesNull/Source/Public/Online/AuthNull.h |
| Include Path | #include "Online/AuthNull.h" |
Syntax
class FOnlineAccountIdRegistryNull : public UE::Online::IOnlineIdRegistry< typename IdType >
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineAccountIdRegistryNull() |
Online/AuthNull.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnlineAccountIdRegistryNull() |
Online/AuthNull.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Registry | TOnlineBasicAccountIdRegistry< FString > | Online/AuthNull.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAccountId Find
(
const FString& AccountId |
Online/AuthNull.h | ||
FAccountId FindOrAddAccountId
(
const FString& AccountId |
Online/AuthNull.h | ||
virtual FString ToLogString
(
const FAccountId& AccountId |
Online/AuthNull.h | ||
virtual TArray< uint8 > ToReplicationData
(
const FAccountId& AccountId |
Online/AuthNull.h | ||
virtual FString ToString
(
const FAccountId& AccountId |
Begin IOnlineAccountIdRegistry. | Online/AuthNull.h |
Overridden from IOnlineIdRegistry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FAccountId FromReplicationData
(
const TArray< uint8 >& ReplicationString |
Online/AuthNull.h | ||
virtual FAccountId FromStringData
(
const FString& StringData |
Online/AuthNull.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FOnlineAccountIdRegistryNull & Get() |
Online/AuthNull.h |