Giter VIP home page Giter VIP logo

-android-ue4sdkgenerator's Introduction

UE4-SDK-GENERATOR for Android

UnrealEngine-4 Sdk Generator for Android Devices.

  • Generated SDKs HERE
  • This Tool is just Converted for Android from @KN4CK3R 's UE4SDKGen.
  • Currently Tested on 64Bit Version of BGMI, But can support other games that have EngineVersion from 4.18 to 4.22.

How to Use:

  • Add Apk's pkgname and other details in Main.h.

  • Add GName and GObject Offsets in Main.h.

  • Change Files in Target Dir according to Game's structure and replace that files in Source Dir.

  • Compile all files in the Source Directory (x64 Release).

    • Comiple With AIDE(64bit NDK Support) -OR-
    • Compile With AndroidStudio (click on ndk.cmd file and RUN, if u have cmd execute plugin Installed.)
  • Add Lib in Apk. And add this Smali code to Load Lib

    const-string v0, "native-lib"
    invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
    
  • Make sure Apk have Write Permission in media folder.

  • SDK will be Generated in /sdcard/Android/media/PKG-NAME folder.

Notes

  • It will Start generating sdk after 5 second delay, at that time maybe not all objects loaded, so less files will be generated, Increase Delay in Main.cpp to Generate SDK in Lobby.
  • Generator.log This file contains the log messages the generator outputs. NamesDump.txt This file is generated if ShouldDumpArrays() is true and it contains all names available in the names array. ObjectsDump.txt This file is generated if ShouldDumpArrays() is true and it contains all objects names available in the objects array. SDK.hpp This file contains all includes you need for the SDK.
  • Most of the time you don't need all the cpp files. Add Needed Headers in SDK.hpp.

ToDo

  • Adding Pattern scan for ProcessEvent.
  • Adding Missing Field like "ComponentToWorld".
  • Fix FunctionFlags not dumped in xxx_functions.cpp.

if you have a suggestion on how to improve this sdk, please open an issue.

-android-ue4sdkgenerator's People

Contributors

d-r-99 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.