ドキュメント

サポート

Authentication for Unreal Engine

Authentication for Unreal Engine

構造体 AuthenticationSignInOptions

Reference the data structure for sign-in call options.
読み終わるまでの所要時間 1 分最終更新 14日前

認証サインイン呼び出しのオプションを表す構造体。
Include (含める)
#include "Models/AuthenticationSignInOptions.h"
構文
USTRUCT(BlueprintType)struct AUTHENTICATION_API FAuthenticationSignInOptions

フィールド

CreateAccount

サインイン時にアカウントを作成するかどうか。

宣言

bool bCreateAccount = false

Blueprint

名前

初期値

Blueprint プロパティの種類

Blueprint プロパティのカテゴリ

Create AccountBoolean
false
BlueprintReadOnlyUnity Gaming ServicesAuthenticationモデル

C++

名前

初期値

bCreateAccount
bool
false

Nonce

クライアントセッションを ID トークンに関連付けるために使用される String 値。

宣言

FString Nonce

Blueprint

名前

Blueprint プロパティの種類

Blueprint プロパティのカテゴリ

NonceStringBlueprintReadOnlyUnity Gaming ServicesAuthenticationモデル

C++

名前

Nonce
FString