godot-cpp
godot-cpp copied to clipboard
Godot 4.4-beta3 enum not get value from gui
Godot version
Godot 4.4-beta3
godot-cpp version
master
System information
Linux Fedora Kinoite 41, AMD Ryzen 7 5700G
Issue description
Get garbage values from a enum.
Steps to reproduce
Create a node with a C++ class, that has an enumerator as a data member. In Godot GUI set a value. Randomly could get the value from the Gui or get garbage values.
Minimal reproduction project
Works in a new project.
Thanks!
I have personally made C++ classes that have properties that are enumerations and never experienced this issue. Could you share an MRP or some of your code?
Mmm... looks like is the same issue from here: https://github.com/godotengine/godot-cpp/issues/1712#issuecomment-2695840542