A question from a prospective dev

Hi I’m new to coding and also game development. I was wondering if you have any advice on where to start with Android development like what languages I should start with and some good resources to learn those languages? Any help is appreciated!

Hi NakLok!
If you want to start with mobile (android) game development you should read this first: Setting Up Unreal Engine Projects for Android Development | Unreal Engine 5.1 Documentation
instead regarding the language, in UE4, you have to use C++ (https://docs.unrealengine.com/latest/INT/Programming/) or the visual script called blueprints (Blueprints Visual Scripting in Unreal Engine | Unreal Engine 5.1 Documentation).
Anyway it’s better to read a bit of everything and remember that practice make perfect!