You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
33 lines
825 B
INI
33 lines
825 B
INI
[Audio]
|
|
AudioDeviceModuleName=AndroidAudio
|
|
; Uncomment below (and comment above) to use multi-platform mixer module by default
|
|
;AudioDeviceModuleName=AudioMixerAndroid
|
|
|
|
; Defines a platform-specific volume headroom (in dB) for audio to provide better platform consistency with respect to volume levels.
|
|
PlatformHeadroomDB=0
|
|
|
|
[DeviceProfileManager]
|
|
DeviceProfileSelectionModule="AndroidDeviceProfileSelector"
|
|
|
|
[Advertising]
|
|
DefaultProviderName=AndroidAdvertising
|
|
|
|
[OnlineSubsystem]
|
|
DefaultPlatformService=GooglePlay
|
|
|
|
[SlateRenderer]
|
|
NumPreallocatedVertices=200
|
|
|
|
[/Script/TcpMessaging.TcpMessagingSettings]
|
|
EnableTransport=True
|
|
ListenEndpoint=127.0.0.1:6666
|
|
!ConnectToEndpoints=CLEAR_ARRAY
|
|
ConnectionRetryDelay=0
|
|
|
|
[LocalNotification]
|
|
DefaultPlatformService=AndroidLocalNotification
|
|
|
|
[ConsoleVariables]
|
|
Slate.CacheRenderData=0
|
|
|