You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benualdo
changed the title
Properties with the PropertyFlags::AlphabeticalOrder are not correctly displayed/serialized
Properties with the 'PropertyFlags::AlphabeticalOrder' flag are not correctly displayed/serialized
Oct 19, 2024
e.g.:
registerPropertyEnum(UITextComponent, renderer::Font, m_font, "Font");
is OK.
But
registerPropertyEnumEx(UITextComponent, renderer::Font, m_font, "Font", PropertyFlags::AlphabeticalOrder)
is not.
The text was updated successfully, but these errors were encountered: