pub fn ui_for_reflect_with_registry(
    value: &mut dyn Reflect,
    ui: &mut Ui,
    context: &mut Context<'_>,
    inspectable_registry: Option<&InspectableRegistry>
) -> bool
Expand description

Same as ui_for_reflect but explicitly passes the InspectableRegistry instead of retrieving it from the Context.