Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FOnlineAccountCredentials
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructor | Interfaces/OnlineIdentityInterface.h | ||
FOnlineAccountCredentials
(
const FString& InType, |
Constructor | Interfaces/OnlineIdentityInterface.h |
FOnlineAccountCredentials()
Description
Constructor
| Name | FOnlineAccountCredentials |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
FOnlineAccountCredentials()
FOnlineAccountCredentials(const FString &, const FString &, const FString &)
Description
Constructor
| Name | FOnlineAccountCredentials |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
FOnlineAccountCredentials
(
const FString & InType,
const FString & InId,
const FString & InToken
)