![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Modules/ModuleInterface.h"#include "Modules/ModuleManager.h"#include "Interfaces/VoiceCapture.h"#include "Interfaces/VoiceCodec.h"#include "Net/VoiceConfig.h"Go to the source code of this file.
Classes | |
| class | FVoiceModule |
Macros | |
| #define | DEFAULT_VOICE_SAMPLE_RATE 16000 |
| #define | VOICE_SAMPLE_RATE DEFAULT_VOICE_SAMPLE_RATE |
| #define DEFAULT_VOICE_SAMPLE_RATE 16000 |
Default voice chat sample rate
| #define VOICE_SAMPLE_RATE DEFAULT_VOICE_SAMPLE_RATE |
Deprecated value, use DEFAULT_VOICE_SAMPLE_RATE
Logging related to general voice chat flow (muting/registration/etc)
| DECLARE_LOG_CATEGORY_EXTERN | ( | LogVoiceCapture | , |
| Warning | , | ||
| All | |||
| ) |
Internal voice capture logging
| VOICE_API DECLARE_LOG_CATEGORY_EXTERN | ( | LogVoiceDecode | , |
| Display | , | ||
| All | |||
| ) |
Logging related to decoding of remote voice packets
| VOICE_API DECLARE_LOG_CATEGORY_EXTERN | ( | LogVoiceEncode | , |
| Display | , | ||
| All | |||
| ) |
Logging related to encoding of local voice packets