Ultimate Window Police

Do you know these people who try to get around your quit popup and use such methods as ALT + F4 or even more criminal... closing it in the Taskbar? This will stop these people.

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

Documentation

Github Source

Buy me a coffee

Windows Demo


The Ultimate Window Police is a small and easy to use plugin, with which you can basically stop the player from closing the game with "ALT + F4", closing it via the Taskbar or pressing the X of the Window.

But you can of course enable / disable this.

Additionally you even get the option to Bind a Event to when the user tries to exit the game (while he is not "allowed to do so").

So you can give him your beautiful designed "Are you sure you want to quit?" Popup.


Please follow this easy step by step configuration to get it up and running!


You can still use the "Quit Game" node from the Engine and with that he can quit (even if it is currently not allowed).

All functions are commented (in C++), if you want to read into it.


Questions or you need help?

Join my Discord

기술적 세부사항

Features:

  •  Easy implementation to stop players from quitting without a proper goodbye
  •  Commented and turned into easy to use Blueprint Functions
  •  Includes an example where you can see how it works

Code Modules:

  •  UltimateWindowPolice (Runtime)

Number of Blueprints: 3

Number of C++ Classes: 2

Network Replicated: No

Supported Development Platforms: Windows / Linux

Supported Target Build Platforms: Windows / Linux

Documentation: UltimateWindowPolice Documentation

Example Project: Example is included in the Plugin Content Folder

Important/Additional Notes:

  • MacOS should work without any problems because we just block the request from reaching it's goal, but I cannot try it myself (due to me not having one).