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 RemoveVoiceBlockReason
&40;
const FUniqueNetIdPtr & PlayerId,
EVoiceBlockReasons VoiceBlockReason
&41;
Remarks
Remove a filter reason for an id from this player's mutelist true if it's the last reason blocking voice from user
Parameters
| Name | Description |
|---|---|
| UniqueIdToRemove | player id to remove a filter reason |
| VoiceBlockReason | reason to remove |