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

# PFUploadedEvent

> PlayFab にアップロードされたイベント。サービスが割り当てた ID を、イベントが出力されたときに指定された clientId に関連付けます。

PlayFab にアップロードされたイベント。サービスが割り当てた ID を、イベントが出力されたときに指定された clientId に関連付けます。

## 構文

```cpp theme={null}
struct PFUploadedEvent {  
    const char* clientId;  
    const char* serviceId;  
}  
```

### メンバー

**`clientId`**   const char\*<br />*is null-terminated*

イベントがアップロードされる前にクライアントによって割り当てられた ID。

**`serviceId`**   const char\*<br />*is null-terminated*

イベントに対して PlayFab サーバーが割り当てた一意の ID。

## 要件

**ヘッダー:** PFEventPipeline.h

## 関連項目

[PFEventPipeline のメンバー](/services/playfab/api-references/c/pfeventpipeline/pfeventpipeline_members)


## Related topics

- [PFEventPipelineBatchUploadSucceededEventHandler](/ja-jp/services/playfab/api-references/c/pfeventpipeline/functions/pfeventpipelinebatchuploadsucceededeventhandler.md)
- [Services C API overview - PFEventPipeline.h](/ja-jp/services/playfab/api-references/c/pfeventpipeline/pfeventpipeline_members.md)
- [CertificateUploadedEventPayload](/ja-jp/services/playfab/api-references/events/data-types/certificateuploadedeventpayload.md)
- [certificate_uploaded](/ja-jp/services/playfab/api-references/events/MultiplayerServers/certificate-uploaded.md)
- [CrashDetectedEventPayload](/ja-jp/services/playfab/api-references/events/data-types/crashdetectedeventpayload.md)
