Documentation

Support

Authentication for Unreal Engine

Authentication overview

Authentication for Unreal Engine

Struct AuthenticationPlayerProfileChangedResponse

Reference the data structure for player profile change responses.
Read time 2 minutesLast updated 2 hours ago

Struct representing a change in authentication player profiles.
Include
#include "Models/AuthenticationPlayerProfileChangedResponse.h"
Syntax
USTRUCT(BlueprintType)struct AUTHENTICATION_API FAuthenticationPlayerProfileChangedResponse

Fields

WasSuccessful

Whether the change was a success.

Declaration

bool bWasSuccessful = false

Blueprint

Name

Type

Default Value

Blueprint Property Type

Blueprint Property Category

Was SuccessfulBoolean
false
BlueprintReadOnlyUnity Gaming Services | Authentication

C++

Name

Type

Default Value

bWasSuccessful
bool
false

OldProfileName

The previous profile name.

Declaration

FString OldProfileName

Blueprint

Name

Type

Blueprint Property Type

Blueprint Property Category

Old Profile NameStringBlueprintReadOnlyUnity Gaming Services | Authentication | Models

C++

Name

Type

OldProfileName
FString

NewProfileName

The new (or attempted) profile name.

Declaration

FString NewProfileName

Blueprint

Name

Type

Blueprint Property Type

Blueprint Property Category

New Profile NameStringBlueprintReadOnlyUnity Gaming Services | Authentication | Models

C++

Name

Type

NewProfileName
FString

ErrorCode

The generated authentication session token. This token can be used to sign in the user again.

Declaration

uint8 ErrorCode = 0

Blueprint

Name

Type

Blueprint Property Type

Blueprint Property Category

Error CodeByteBlueprintReadOnlyUnity Gaming Services | Authentication | Models

C++

Name

Type

ErrorCode
uint8

ErrorDetails

The error details, if something went wrong with the profile change.

Declaration

FString ErrorDetails

Blueprint

Name

Type

Blueprint Property Type

Blueprint Property Category

Error DetailsStringBlueprintReadOnlyUnity Gaming Services | Authentication | Models

C++

Name

Type

ErrorDetails
FString