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

# PartyProfilingMethodEntranceEventData

> *MethodEntrance* 型のプロファイリング イベント固有の情報。

*MethodEntrance* 型のプロファイリング イベント固有の情報。

## 構文

```cpp theme={null}
struct PartyProfilingMethodEntranceEventData {  
    PartyString methodName;  
}  
```

### メンバー

**`methodName`**   [PartyString](/services/playfab/multiplayer/networking/reference/typedefs)

コールバックの原因となったメソッドの完全修飾名を含む文字列。

## 要件

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

## 関連項目

[Party メンバー](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyProfilingMethodEntranceCallback](/services/playfab/multiplayer/networking/reference/callbacks/partyprofilingmethodentrancecallback)


## Related topics

- [PartyProfilingMethodEntranceCallback](/ja-jp/services/playfab/multiplayer/networking/reference/callbacks/partyprofilingmethodentrancecallback.md)
- [Party C/C++ API の概要](/ja-jp/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyProfilingMethodExitEventData](/ja-jp/services/playfab/multiplayer/networking/reference/structs/partyprofilingmethodexiteventdata.md)
- [PartyManager::SetProfilingCallbacksForMethodEntryExit](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_setprofilingcallbacksformethodentryexit.md)
- [PartyManager::GetProfilingCallbacksForMethodEntryExit](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_getprofilingcallbacksformethodentryexit.md)
