| 481 | } |
| 482 | |
| 483 | Callable EditorData::get_move_array_element_function(const StringName &p_class) const { |
| 484 | if (move_element_functions.has(p_class)) { |
| 485 | return move_element_functions[p_class]; |
| 486 | } |
| 487 | return Callable(); |
| 488 | } |
| 489 | |
| 490 | void EditorData::remove_editor_plugin(EditorPlugin *p_plugin) { |
| 491 | editor_plugins.erase(p_plugin); |