Reply To: Preferred Types Editor unusuable when renaming types

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

#11798
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)