Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
A struct for the external account token in case we need per platform fields
| Name | FExternalAuthToken |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
Syntax
struct FExternalAuthToken
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TokenData | TArray< uint8 > | Interfaces/OnlineIdentityInterface.h | ||
| TokenString | FString | Interfaces/OnlineIdentityInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasTokenData() |
Interfaces/OnlineIdentityInterface.h | ||
bool HasTokenString() |
Interfaces/OnlineIdentityInterface.h | ||
bool IsValid() |
Interfaces/OnlineIdentityInterface.h |