기술 자료

지원

Authentication for Unreal Engine

Authentication for Unreal Engine

구조체 AuthenticationStateChangedResponse

Reference the data structure for authentication state changes.
읽는 시간 1분최근 업데이트: 10일 전

인증 상태의 변화를 나타내는 구조체입니다.
Include
#include "Models/AuthenticationStateChangedResponse.h"
구문
USTRUCT(BlueprintType)struct AUTHENTICATION_API FAuthenticationStateChangedResponse

필드

OldState

이전 상태입니다.

선언

EAuthenticationStates OldState = EAuthenticationStates::SignedOut;

블루프린트

이름

유형

기본값

블루프린트 프로퍼티 유형

블루프린트 프로퍼티 카테고리

Old StateEAuthenticationStates
EAuthenticationStates::SignedOut
BlueprintReadOnlyUnity Gaming ServicesAuthentication모델

C++

이름

유형

기본값

OldState
EAuthenticationStates
EAuthenticationStates::SignedOut

NewState

새로운 상태입니다.

선언

EAuthenticationStates NewState = EAuthenticationStates::SignedOut;

블루프린트

이름

유형

기본값

블루프린트 프로퍼티 유형

블루프린트 프로퍼티 카테고리

New StateEAuthenticationStates
EAuthenticationStates::SignedOut
BlueprintReadOnlyUnity Gaming ServicesAuthentication모델

C++

이름

유형

기본값

NewState
EAuthenticationStates
EAuthenticationStates::SignedOut