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

# PFFriendsExternalFriendSources

> ExternalFriendSources 열거형입니다.

ExternalFriendSources 열거형입니다.

## 구문

```cpp theme={null}
enum class PFFriendsExternalFriendSources  : uint32_t  
{  
    None = 0x0,  
    Steam = 0x1,  
    Facebook = 0x2,  
    Xbox = 0x4,  
    Psn = 0x8,  
    All = 0x10  
}  
```

## 상수

| 상수       | 설명  |
| -------- | --- |
| None     | TBD |
| Steam    | TBD |
| Facebook | TBD |
| XBOX     | TBD |
| Psn      | TBD |
| All      | TBD |

## 요구 사항

**헤더:** PFFriendsTypes.h

## 참고 항목

[PFFriendsTypes 멤버](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members)
