struct EE::UI::UICodeEditor::PluginRequestedSpace

#include <uicodeeditor.hpp>

struct PluginRequestedSpace {
    // fields

    UICodeEditorPlugin* plugin;
    Float space;
    int order;
};