Navigation
API > API/Editor > API/Editor/UnrealEd
References
| |
|
| Module |
UnrealEd |
| Header |
/Engine/Source/Editor/UnrealEd/Public/PlayInEditorDataTypes.h |
| Include |
#include "PlayInEditorDataTypes.h" |
Syntax
struct FPIELoginInfo
Data structure for storing PIE login credentials
Variables
| |
Type |
Name |
Description |
 |
FString |
Id |
Id of the user logging in (email, display name, facebook id, etc) |
 |
FString |
Token |
Credentials of the user logging in (password or auth token) |
 |
FString |
Type |
Type of account. Needed to identity the auth method to use (epic, internal, facebook, etc) |