Skip to content

Open-source plugin that allows to call any cheat function in 'Your.Cheat.Name' format from the console in UE5.3

License

Notifications You must be signed in to change notification settings

JanSeliv/MetaCheatManager

Repository files navigation

>_ Meta Cheat Manager

The Meta Cheat Manager plugin introduces a feature to Unreal Engine 5 that allows you to call cheat functions with custom meta names from the console command in the 'Your.Cheat.Name' format.

This functionality helps replace the 'meta=(OverrideNativeName="Your.Cheat.Name"))' feature, which was available in Unreal Engine 4 but became unavailable in Unreal Engine 5 due to the removal of Blueprint Nativization.

MetaCheatManager

📚 Documentation

Detailed documentation about the Meta Cheat Manager can be found here.

🎓 Sample Projects

Visit our Release page for two sample projects showcasing the Meta Cheat Manager, one with blueprints and another in C++.

Also, explore this game project repository to see the Meta Cheat Manager in action.

📅 Changelog

2024-01-14

  • Updated to Unreal Engine 5.3.
  • Added 'Cheat Manager Extensions' support, useful for plugins and Game Feature modules populating their own cheats.

2023-05-31

  • 🎉 Initial public release on Unreal Engine 5.2

📫 Feedback & Contribution

Feedback and contributions from the community are highly appreciated!

If you'd like to contribute, please fork the project and create a pull request targeting the develop branch.

If you've found a bug or have an idea for a new feature, please open a new issue on GitHub. Thank you!

📜 License

This project is licensed under the terms of the MIT license. See LICENSE for more details.

We hope you find this plugin useful and we look forward to your feedback and contributions.