UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VoicePrivate.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7#if PLATFORM_WINDOWS
8
10
12#include <Audiopolicy.h>
13#include <Mmdeviceapi.h>
14#include <Functiondiscoverykeys_devpkey.h>
15#include <dsound.h>
17
19
20#endif // PLATFORM_WINDOWS
21
22#define ANDROIDVOICE_SUPPORTED_PLATFORMS (PLATFORM_ANDROID)
23#define PLATFORM_SUPPORTS_VOICE_CAPTURE (PLATFORM_WINDOWS || PLATFORM_MAC || ANDROIDVOICE_SUPPORTED_PLATFORMS || (PLATFORM_UNIX && VOICE_MODULE_WITH_CAPTURE))
24
25// Module includes
#define THIRD_PARTY_INCLUDES_START
Definition GenericPlatformCompilerPreSetup.h:63
Definition Voronoi.cpp:10