Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Account credentials needed to sign in to an online service
| Name | FOnlineAccountCredentials |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
Syntax
class FOnlineAccountCredentials
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructor | Interfaces/OnlineIdentityInterface.h | ||
FOnlineAccountCredentials
(
const FString& InType, |
Constructor | Interfaces/OnlineIdentityInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | FString | Id of the user logging in (email, display name, facebook id, etc) | Interfaces/OnlineIdentityInterface.h | |
| Token | FString | Credentials of the user logging in (password or auth token) | Interfaces/OnlineIdentityInterface.h | |
| Type | FString | Type of account. Needed to identity the auth method to use (epic, internal, facebook, etc) | Interfaces/OnlineIdentityInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToDebugString() |
Interfaces/OnlineIdentityInterface.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FOnlineAccountCredentials& Other |
Equality operator | Interfaces/OnlineIdentityInterface.h |