Skip to content

Godot 4.4-beta3 enum not get value from gui #1703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
chriztheanvill opened this issue Feb 8, 2025 · 2 comments
Open

Godot 4.4-beta3 enum not get value from gui #1703

chriztheanvill opened this issue Feb 8, 2025 · 2 comments

Comments

@chriztheanvill
Copy link

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.

@dsnopek
Copy link
Collaborator

dsnopek commented Mar 13, 2025

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?

@chriztheanvill
Copy link
Author

Mmm... looks like is the same issue from here: #1712 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants