Framework / Editors / Editors / Types of Editors
In This Topic
    Types of Editors
    In This Topic

    Editors are content holder widgets, that derive from the base NEditor class. There are specific types of editors, depending on the node aspect being edited by the editor, for example: property editors, category editors etc.

    Different types of editors have different initialization methods, but the common thing for all editors is that the node being edited can be accessed from the EditedNode property, and the designer that needs to be used by the editor is accessed by the EditedNodeDesigner property. 

    Following is a list of the most commonly used types of editors: