기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Matchmaker for the Unreal Engine

Matchmaker overview

Matchmaker for the Unreal Engine

Multiplayer services for Unreal
​
​
Matchmaker for the Unreal Engine
  • Overview
  • Get started
  • Integrate using Blueprints
  • Integrate using C++
API reference
  • Overview of C++ APIs
  • Client APIs
    • Blueprint API
    • Client Subsystem
    • Models
      • Create Ticket Options
      • Create Ticket Response
      • Delete Ticket Response
      • Get Ticket Status Response
      • Status enum
    • Client Blueprint Utils
  • Server APIs
  • Matchmaker Core APIs
  • Services Core Utilities
  1. Unreal Engine용 Matchmaker SDK

구조체 FGetTicketStatusResponse

Review the response structure containing the status and details of a matchmaking ticket.
읽는 시간 2분
최근 업데이트: 8달 전

Include
#include <MatchmakerClient/Public/Models/GetTicketStatusResponse.h>
구문
USTRUCT(BlueprintType)struct FGetTicketStatusResponse

필드

WasSuccessful

요청이 완료되었는지 여부를 나타냅니다.

선언

UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Unity Gaming Services | Matchmaker | Model")bool bWasSuccessful = false

블루프린트

이름

유형

기본값

Was Successful부울False

C++

이름

유형

기본값

bWasSuccessful
bool
false

AssignmentType

생성된 매치메이킹 티켓의 ID입니다.

선언

UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Unity Gaming Services | Matchmaker | Model")FString AssignmentType

블루프린트

이름

유형

Assignment Type문자열

C++

이름

유형

AssignmentType
FString

메시지

선택적인 메시지

선언

UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Unity Gaming Services | Matchmaker | Model")FString Message

블루프린트

이름

유형

메시지문자열

C++

이름

유형

Message
FString

상태

할당 상태는 Timeout, Failed, InProgress 또는 Found일 수 있습니다.

선언

UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Unity Gaming Services | Matchmaker | Model")StatusEnum Status = StatusEnum::InProgress

블루프린트

이름

유형

기본값

상태StatusEnum
StatusEnum::InProgress

C++

이름

유형

기본값

Status
StatusEnum
StatusEnum::InProgress

Ip

이 티켓에 할당된 서버의 IP입니다.

선언

UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Unity Gaming Services | Matchmaker | Model")FString Ip

블루프린트

이름

유형

Ip문자열

C++

이름

유형

Ip
FString

Port

이 티켓 결과에 할당된 포트입니다.

선언

UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Unity Gaming Services | Matchmaker | Model")int32 Port = 0

블루프린트

이름

유형

기본값

Port정수
0

C++

이름

유형

기본값

Port
int32
0

MatchId

매치의 고유 ID입니다.

선언

UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Unity Gaming Services | Matchmaker | Model")FString MatchId

블루프린트

이름

유형

Match Id문자열

C++

이름

유형

MatchId
FString

ErrorMessage

오류 세부 내용을 설명하는 오류 메시지입니다.

선언

UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Unity Gaming Services | Matchmaker | Model")FString ErrorMessage

블루프린트

이름

유형

오류 메시지문자열

C++

이름

유형

ErrorMessage
FString

ErrorCode

블루프린트 호환성을 위한 int32 형식의 오류 코드(MatchmakerExceptionReason)입니다.

선언

UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Unity Gaming Services | Matchmaker | Model")int32 ErrorCode = Matchmaker::kMatchmakerExceptionOffset

블루프린트

이름

유형

기본값

오류 코드정수
0

C++

이름

유형

기본값

ErrorCode
int32
0

메서드

GetReasonEnum()

선언

EMatchmakerExceptionReason GetReasonEnum() const

다음을 반환

유형

설명

EMatchmakerExceptionReason예외 사유를 EMatchmakerExceptionReason으로 반환합니다.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Include

    • 구문

    • 필드

      • WasSuccessful

        • 선언

        • 블루프린트

        • C++

      • AssignmentType

        • 선언

        • 블루프린트

        • C++

      • 메시지

        • 선언

        • 블루프린트

        • C++

      • 상태

        • 선언

        • 블루프린트

        • C++

      • Ip

        • 선언

        • 블루프린트

        • C++

      • Port

        • 선언

        • 블루프린트

        • C++

      • MatchId

        • 선언

        • 블루프린트

        • C++

      • ErrorMessage

        • 선언

        • 블루프린트

        • C++

      • ErrorCode

        • 선언

        • 블루프린트

        • C++

    • 메서드

      • GetReasonEnum()

        • 선언

        • 다음을 반환


이 페이지의 문제 보고