Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 807 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 807 Bytes

M3Android Functions

M3AndroidFunctions Is a plugin which which exposes Android platform functions to Blueprints.

  • Current version: 0.5
  • Unreal Version: 4.18

Current Nodes

  • Set status bar visibility
  • Get start intent string extra by key name
  • Set screen orientation to landscape
  • Set screen orientation to portrait
  • Check is app installed
  • Open an external app by package name
  • Open native camera, return path to taken photo
  • Open gallery app, return path to chosen image
  • More to be added.

Install

Copy M3AndroidFunctions folder to the Plugins folder in your project directory.

Enable M3AndroidFunctions in Edit -> Plugins -> Other -> M3AndroidFunctions.

Showing status bar

Go to Project Settings -> Plugins -> M3AndroidFunctions and enable "Show Status Bar".