[Beta Release] Moodle REST API Wrapper for UE 5.1/5.2

Hello ,

I am the Lead dev of the CAP160 team.
We are using Unreal Engine to create simulations for internal training purposes.
The only tool was missing for us, is a tool to interact with the well known e-learning platform : Moodle, so our team created it.

As there are no other tools to do it at this time, we decided to share with the community our first beta release for both Unreal Engine 5.1 and 5.2.

Plugin is fully written in C++ with no other plugin dependencies. Easy to use in Blueprints.

This is a beta release and may contain bugs.

This version contains most(if not all) of the api calls to Moodle v4.1.2 .
This version for now only supports Win64 build platform, other platforms will come later.

Github repo : GitHub - CAP160-GameTeam/MoodleAPIWrapperUE: Moodle REST API Wrapper for Unreal Engine 5

With the big number of API calls available, most of them weren’t tested properly,
Feel free to drop any issues you have here or on the repo, this will help us to improve the tool.

Moodle documentation : Web services API - MoodleDocs