> ## 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.

# PFPlayerProfileViewConstraints

> PFPlayerProfileViewConstraints 데이터 모델입니다.

PFPlayerProfileViewConstraints 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFPlayerProfileViewConstraints {  
    bool showAvatarUrl;  
    bool showBannedUntil;  
    bool showCampaignAttributions;  
    bool showContactEmailAddresses;  
    bool showCreated;  
    bool showDisplayName;  
    bool showExperimentVariants;  
    bool showLastLogin;  
    bool showLinkedAccounts;  
    bool showLocations;  
    bool showMemberships;  
    bool showOrigination;  
    bool showPushNotificationRegistrations;  
    bool showStatistics;  
    bool showTags;  
    bool showTotalValueToDateInUsd;  
    bool showValuesToDate;  
} PFPlayerProfileViewConstraints;  
```

### 멤버

**`showAvatarUrl`**   bool

플레이어의 아바타 URL을 표시할지 여부입니다. 기본값은 false입니다.

**`showBannedUntil`**   bool

차단 종료 시간을 표시할지 여부입니다. 기본값은 false입니다.

**`showCampaignAttributions`**   bool

캠페인 어트리뷰션을 표시할지 여부입니다. 기본값은 false입니다.

**`showContactEmailAddresses`**   bool

연락처 이메일 주소를 표시할지 여부입니다. 기본값은 false입니다.

**`showCreated`**   bool

생성된 날짜를 표시할지 여부입니다. 기본값은 false입니다.

**`showDisplayName`**   bool

표시 이름을 표시할지 여부입니다. 기본값은 false입니다.

**`showExperimentVariants`**   bool

플레이어의 실험 변형을 표시할지 여부입니다. 기본값은 false입니다.

**`showLastLogin`**   bool

마지막 로그인 시간을 표시할지 여부입니다. 기본값은 false입니다.

**`showLinkedAccounts`**   bool

연결된 계정을 표시할지 여부입니다. 기본값은 false입니다.

**`showLocations`**   bool

플레이어의 위치를 표시할지 여부입니다. 기본값은 false입니다.

**`showMemberships`**   bool

플레이어의 멤버십 정보를 표시할지 여부입니다. 기본값은 false입니다.

**`showOrigination`**   bool

출처를 표시할지 여부입니다. 기본값은 false입니다.

**`showPushNotificationRegistrations`**   bool

푸시 알림 등록을 표시할지 여부입니다. 기본값은 false입니다.

**`showStatistics`**   bool

향후 개발용으로 예약되어 있습니다.

**`showTags`**   bool

태그를 표시할지 여부입니다. 기본값은 false입니다.

**`showTotalValueToDateInUsd`**   bool

현재까지의 총 가치(USD)를 표시할지 여부입니다. 기본값은 false입니다.

**`showValuesToDate`**   bool

현재까지의 값을 표시할지 여부입니다. 기본값은 false입니다.

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

[PFTypes 멤버](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFAccountManagementGetPlayerProfileRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayerprofilerequest.md)
- [PFFriendsClientGetFriendsListRequest](/ko/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientgetfriendslistrequest.md)
- [PFFriendsServerGetFriendsListRequest](/ko/services/playfab/api-references/c/pffriendstypes/structs/pffriendsservergetfriendslistrequest.md)
- [PFGetPlayerCombinedInfoRequestParams](/ko/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforequestparams.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
