Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/FPlayerMuteList
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerMuteList.h |
| Include | #include "GameFramework/PlayerMuteList.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PlayerMuteList.cpp |
bool AddVoiceBlockReason
&40;
const FUniqueNetIdPtr & PlayerId,
EVoiceBlockReasons VoiceBlockReason
&41;
Remarks
Add a filter reason for an id to this player's mutelist true if it's the first reason to block voice from user
Parameters
| Name | Description |
|---|---|
| OwningPC | player id to add a filter reason |
| VoiceBlockReason | reason to add |