> ## 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* 유형의 프로파일링 이벤트에 관한 정보입니다.

## Syntax

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

### Members

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

콜백을 담당하는 메서드의 정규화된 이름을 포함하는 문자열입니다.

## Requirements

**Header:** Party.h

## 함께 보기

[Party members](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyProfilingMethodEntranceCallback](/services/playfab/multiplayer/networking/reference/callbacks/partyprofilingmethodentrancecallback)


## Related topics

- [PartyProfilingMethodEntranceCallback](/ko/services/playfab/multiplayer/networking/reference/callbacks/partyprofilingmethodentrancecallback.md)
- [Party C/C++ API 개요](/ko/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyProfilingMethodExitEventData](/ko/services/playfab/multiplayer/networking/reference/structs/partyprofilingmethodexiteventdata.md)
- [PartyManager::SetProfilingCallbacksForMethodEntryExit](/ko/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_setprofilingcallbacksformethodentryexit.md)
- [PartyXblManager::SetProfilingCallbacksForMethodEntryExit](/ko/services/playfab/multiplayer/networking/xblreference/classes/PartyXblManager/methods/partyxblmanager_setprofilingcallbacksformethodentryexit.md)
