godot-cpp icon indicating copy to clipboard operation
godot-cpp copied to clipboard

Godot 4.4-beta3 enum not get value from gui

Open chriztheanvill opened this issue 10 months ago • 2 comments

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.

chriztheanvill avatar Feb 08 '25 09:02 chriztheanvill

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?

dsnopek avatar Mar 13 '25 19:03 dsnopek

Mmm... looks like is the same issue from here: https://github.com/godotengine/godot-cpp/issues/1712#issuecomment-2695840542

chriztheanvill avatar Mar 18 '25 03:03 chriztheanvill