> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XGameUiSetUiCallbacks

> XGameUiSetUiCallbacks

# XGameUiSetUiCallbacks

개발자가 정의한 UI 콜백을 설정합니다.

## 구문

```cpp theme={null}
STDAPI  XGameUiSetUiCallbacks(
    const XGameUiUiCallbacks* callbacks,
    bool useSystemUiIfAvailable
) noexcept;
```

### 매개 변수

*callbacks*\
형식: const XGameUiUiCallbacks\*

개발자가 처리하려는 각 UI에 대한 처리기와 컨텍스트가 포함된 구조체에 대한 포인터입니다.

*useSystemUiIfAvailable*\
형식: bool

사용 가능한 경우 개발자 콜백 대신 시스템 UI를 사용할지 여부입니다.

### 반환 값

형식: STDAPI

## 설명

모든 콜백은 동시에 설정되며 이전에 설정된 콜백을 재정의합니다.

## 요구 사항

**헤더:** XGameUi.h

**지원 플랫폼:** Steam Deck에서만 지원됨

## 함께 보기

[XGameUI](/reference/system/xgameui/xgameui_members)\
[XGameUiUiCallbacks](/reference/system/xgameui/structs/xgameuiuicallbacks)


## Related topics

- [XGameUiUiCallbacks](/ko/reference/system/xgameui/structs/xgameuiuicallbacks.md)
- [XGameUiShowAchievementsUiCallback](/ko/reference/system/xgameui/functions/xgameuishowachievementsuicallback.md)
- [XGameUiShowPlayerPickerUiCallback](/ko/reference/system/xgameui/functions/xgameuishowplayerpickeruicallback.md)
- [XGameUiShowErrorDialogUiCallback](/ko/reference/system/xgameui/functions/xgameuishowerrordialoguicallback.md)
- [XGameUiShowMessageDialogUiCallback](/ko/reference/system/xgameui/functions/xgameuishowmessagedialoguicallback.md)
