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
9
#include "
Windows/AllowWindowsPlatformTypes.h
"
10
11
THIRD_PARTY_INCLUDES_START
12
#include <Audiopolicy.h>
13
#include <Mmdeviceapi.h>
14
#include <Functiondiscoverykeys_devpkey.h>
15
#include <dsound.h>
16
THIRD_PARTY_INCLUDES_END
17
18
#include "
Windows/HideWindowsPlatformTypes.h
"
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
AllowWindowsPlatformTypes.h
CoreMinimal.h
THIRD_PARTY_INCLUDES_START
#define THIRD_PARTY_INCLUDES_START
Definition
GenericPlatformCompilerPreSetup.h:63
HideWindowsPlatformTypes.h
THIRD_PARTY_INCLUDES_END
Definition
Voronoi.cpp:10
Engine
Source
Runtime
Online
Voice
Private
VoicePrivate.h
Generated by
1.9.8