# Matchmaker 상수

> Review the constant values defined for use in the Matchmaker Software Development Kit.

인증 플레이어 프로필의 변경을 나타내는 구조체입니다.

##### Include##include

```cpp
#include <MatchmakerCore/Public/Utils/MatchmakerConstants.h>
```

##### 네임스페이스##namespace

```text
Matchmaker
```

## 상수##constants

### kMatchmakerExceptionOffset##kmatchmakerexceptionoffset

이 상수는 HTTP 응답에서 Matchmaker가 정의한 예외 `EMatchmakerExceptionReason`의 오프셋을 계산하는 데 사용됩니다

#### 선언##declaration

```cpp
constexpr uint32 kMatchmakerExceptionOffset = 21000
```

#### C++##c++

| **이름**                       | **유형**                                                                                                                       | **값**   |
| :--------------------------- | :--------------------------------------------------------------------------------------------------------------------------- | :------ |
| `kMatchmakerExceptionOffset` | `constexpr` [uint32](https://docs.unrealengine.com/5.3/en-US/API/Runtime/Core/GenericPlatform/FGenericPlatformTypes/uint32/) | `21000` |
