JanSeliv / MetaCheatManager

Open-source plugin that allows to call any cheat function in 'Your.Cheat.Name' format from the console in UE5.3
MIT License
28 stars 5 forks source link
c-plus-plus cheat command-line console console-commands cpp custom-console-command game-development plugin plugin-repo ue4 ue4-plugin ue5-plugin unreal unreal-engine unreal-engine-4 unreal-engine-code-plugin unreal-engine-cpp-plugin unreal-engine-plugin unreal-plugin

>_ 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

šŸ“« 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.