Enterables: All products 50% off

Windows Volume Control and Microphone Volume Control Plugin

This plugin is used to control windows volume and microphone volume directly from blueprints and C++ during gameplay

  • 지원 플랫폼
  • 지원 엔진 버전
    5.0 - 5.3
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

By using this plugin, You can directly control your windows operating system volume and microphone volume by using blueprints, C++. Such as change the speakers volume and mic volume, Mute/Unmute, Get volume etc. Completely written in C++ and all useful functions are exposed to blueprints as well. Simple and lightweight. Useful to control windows volume and mic volume settings during gameplay.

기술적 세부사항

Features:

  • Change windows(speakers) volume
  • Change microphone(mic) volume
  • Mute/Unmute (mic/speakers)volume
  • Get/Set (mic/speakers)volume
  • Other helper functions
  • Only compatible with windows
  • Works in packaged build(runtime)

Code Modules:

  •  WindowsVolumeControl (Runtime)

Number of Blueprints: 1

Number of C++ Classes: 2

Network Replicated: No(But it should work if you replicate it)

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows

Documentation: https://docs.google.com/document/d/1vNj3OpBJGqcThA6lRf3X4sL4Wht-7c27-NNR4LqGExs

Important/Additional Notes:

  • Only for windows platform


Updates:

  • Added UE 5.3 support
  • Added Mic control support