UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlayerMuteList.h File Reference
#include "UObject/ObjectMacros.h"
#include "Online/CoreOnline.h"
#include "Misc/EnumRange.h"
#include "PlayerMuteList.generated.h"

Go to the source code of this file.

Classes

struct  FPlayerMuteList
 

Enumerations

enum class  EVoiceBlockReasons : uint8 {
  None = 0 , Muted = 1 << 0 , Gameplay = 1 << 1 , Blocked = 1 << 2 ,
  BlockedBy = 1 << 3
}
 

Functions

 ENUM_CLASS_FLAGS (EVoiceBlockReasons)
 
 ENUM_RANGE_BY_VALUES (EVoiceBlockReasons, EVoiceBlockReasons::Muted, EVoiceBlockReasons::Gameplay, EVoiceBlockReasons::Blocked, EVoiceBlockReasons::BlockedBy)
 
ENGINE_API FString DumpMutelistState (UWorld *World)
 

Enumeration Type Documentation

◆ EVoiceBlockReasons

enum class EVoiceBlockReasons : uint8
strong
Enumerator
None 
Muted 
Gameplay 
Blocked 
BlockedBy 

Function Documentation

◆ DumpMutelistState()

ENGINE_API FString DumpMutelistState ( UWorld World)

Dump out information about all player controller mute state

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EVoiceBlockReasons  )

◆ ENUM_RANGE_BY_VALUES()