Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Anti Android Emulator

Advanced Android Emulator Detection Plugin for Unreal Engine

How to use

Settings

Settings

Customize Action in Blueprint

InBlueprint

Compatible Engine Version

Anti Android Emulator is fully compatible with all versions of Unreal Engine. However, since the Unreal Marketplace can only publish content compatible with the latest 3 versions of the engine, if you want to use it in older versions of Unreal Engine, you need to modify the following content of AntiAndroidEmulator.uplugin by yourself:

Example for 4.72

"EngineVersion": "5.4.0",   ===> "EngineVersion": "4.72",

"PlatformAllowList": ["Win64", "Mac", "Linux", "Android"] ===> "WhitelistPlatforms": ["Win32", "Win64", "Mac", "Linux", "Android"]

About

Advanced Android Emulator Detection Plugin for Unreal Engine

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors