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
24 stars 5 forks source link

Native Cheat Commands not recognized when BP Cheat Manager is used #4

Open voodooduck-jannick opened 4 months ago

voodooduck-jannick commented 4 months ago

I have a C++ CheatManager that inherits from UMetaCheatManager that has some cheats in it.

If my PlayerController has the native CheatManager set, then its commands work fine.

If my PlayerController has a BP derived CheatManager set, the commands are recognized for auto complete but don't actually work. Log states: Command not recognized

JanSeliv commented 4 months ago

Thank you for bringing this issue to my attention. I'll address it in the upcoming UE5.4 update. I'll keep you updated once I've managed to reproduce and fix it.