Reply To: Preferred Types Editor unusuable when renaming types

Forums 💬 NodeCanvas ⚙️ Support Preferred Types Editor unusuable when renaming types Reply To: Preferred Types Editor unusuable when renaming types

#18145
zsoik
Participant

    My workaround for the preferred types editor:

    – Do a null check everywhere a element from the typeList is used (e.g. display “Missing” instead in the GUI)
    – Delete types by-index instead by-reference from the list: RemoveType(Type t) -> RemoveType(int index)