![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 } |
|
strong |
| ENGINE_API FString DumpMutelistState | ( | UWorld * | World | ) |
Dump out information about all player controller mute state
| ENUM_CLASS_FLAGS | ( | EVoiceBlockReasons | ) |
| ENUM_RANGE_BY_VALUES | ( | EVoiceBlockReasons | , |
| EVoiceBlockReasons::Muted | , | ||
| EVoiceBlockReasons::Gameplay | , | ||
| EVoiceBlockReasons::Blocked | , | ||
| EVoiceBlockReasons::BlockedBy | |||
| ) |