Reply To: Request: Support for interfaces in generic actions

NodeCanvas Forums General Discussion Request: Support for interfaces in generic actions Reply To: Request: Support for interfaces in generic actions

#12686
jhorrocks
Participant

Hi, thanks very much for the reply. Apologies for the delay I was on vacation. My coworker tested this and wanted to relay two problems he found:

1. Implementations of an interface which do not subclass components break the GUI in the inspector and blackboard view in the Canvas screen. Attempts to interpret them as Components when they should be rendered with the object view instead
2. Agents not subclassing components, when assigned with a dynamic variable, have their references lost at start. Says that the agent is null or not set. The dynamic identifier is definitely set correctly at editor time, and the object is populated in the blackboard at runtime.

Hope that helps.